Browse Source

mii-tool: use current date for source tarball (fixes #3263)

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold 8 years ago
parent
commit
2b324358e5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/mii-tool/Makefile

+ 2
- 2
net/mii-tool/Makefile View File

@ -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


Loading…
Cancel
Save