diff options
| author | Markus Stenberg | 2015-01-12 09:40:21 +0000 |
|---|---|---|
| committer | Markus Stenberg | 2015-01-12 09:40:21 +0000 |
| commit | a5f73bbaf82d4644b575a26813554389b1cf4a21 (patch) | |
| tree | f2ac4929885e3be24e00e3dbbf82c3838a4edc68 | |
| parent | f0edc676c70964d399e08bb6d32031a56b60de68 (diff) | |
| download | routing-a5f73bbaf82d4644b575a26813554389b1cf4a21.tar.gz | |
minimalist-pcproxy: Update to github HEAD.
| -rw-r--r-- | minimalist-pcproxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/minimalist-pcproxy/Makefile b/minimalist-pcproxy/Makefile index 57c2651..d0c2f06 100644 --- a/minimalist-pcproxy/Makefile +++ b/minimalist-pcproxy/Makefile @@ -7,9 +7,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=minimalist-pcproxy -PKG_SOURCE_VERSION:=9e41b6b698ff719960299711707785ffa0b250ab -PKG_VERSION:=2014-09-02-$(PKG_SOURCE_VERSION) -PKG_RELEASE:=2 +PKG_SOURCE_VERSION:=2d6d1b0b0a3b79a9b4a9b0a7606a84600a967bcb +PKG_VERSION:=2015-01-12-$(PKG_SOURCE_VERSION) +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/fingon/minimalist-pcproxy.git |