Skip to content

Commit

Permalink
Revert "Adapt some package repositories to p4u github account"
Browse files Browse the repository at this point in the history
This reverts commit 005a933.
  • Loading branch information
mkschreder committed Feb 21, 2017
1 parent 8d6772b commit f040717
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions libblobpack/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ PKG_NAME:=libblobpack
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/p4u/libblobpack.git
PKG_SOURCE_VERSION:=b3afcaf8c8bdb6e7042f37957f41b0d6dd7bacc6
PKG_SOURCE_URL:=https://github.com/mkschreder/libblobpack.git
PKG_SOURCE_VERSION:=d0fe5175995c550f6961d2675d80a96e44242475
PKG_VERSION=2.16.09-$(PKG_SOURCE_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions libusys/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libusys
PKG_VERSION:=72a312b7f3be300846b1cb8c9bda99ba0bcd1681
PKG_VERSION:=dd7b53bf45baa1765f2163a81fd53a422e3b4fa8
PKG_RELEASE:=1.0.0

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/p4u/libusys.git
PKG_SOURCE_URL:=https://github.com/mkschreder/libusys.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
Expand Down
4 changes: 2 additions & 2 deletions orange-rpcd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=orange-rpcd

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/p4u/orangerpcd.git
PKG_SOURCE_VERSION:=5f0a2740da3c9c0d3e11b0611f12006e2a03b09f
PKG_SOURCE_URL:=https://github.com/mkschreder/orangerpcd.git
PKG_SOURCE_VERSION:=2e02cb0594b35e534c1e155d94d95ecf062d26c7
PKG_VERSION:=3.16.01-$(PKG_SOURCE_VERSION)
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
Expand Down

0 comments on commit f040717

Please sign in to comment.