aboutsummaryrefslogtreecommitdiff
path: root/net/mii-tool
diff options
context:
space:
mode:
authorMichael Heimpold <mhei@heimpold.de>2016-10-06 23:45:44 +0200
committerMichael Heimpold <mhei@heimpold.de>2016-10-06 23:45:52 +0200
commit2b324358e58dc80bdb2800e4171933f148b811a4 (patch)
treea7029b8fe8139b9d2510669b1a70290026da9576 /net/mii-tool
parent38a5f16b2bb8a293cbc4a9dcc98964fe826eebcf (diff)
mii-tool: use current date for source tarball (fixes #3263)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'net/mii-tool')
-rw-r--r--net/mii-tool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mii-tool/Makefile b/net/mii-tool/Makefile
index 9a47aafcc..e9c793dbd 100644
--- a/net/mii-tool/Makefile
+++ b/net/mii-tool/Makefile
@@ -9,8 +9,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mii-tool
-PKG_VERSION=2016-07-10-$(PKG_SOURCE_VERSION)
-PKG_RELEASE:=4
+PKG_VERSION=2016-10-06-$(PKG_SOURCE_VERSION)
+PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.code.sf.net/p/net-tools/code