diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-13 18:53:58 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-13 18:53:58 +0000 |
commit | 91611cab51ba312b5771c183e6753ef2d2e1172a (patch) | |
tree | 3e500b6f5449107100b751393e089eef2b92b62a /openwrt/package | |
parent | 6f881cdb0ffba2b26f16d6c6778c187ab240da57 (diff) | |
download | mtk-20170518-91611cab51ba312b5771c183e6753ef2d2e1172a.zip mtk-20170518-91611cab51ba312b5771c183e6753ef2d2e1172a.tar.gz mtk-20170518-91611cab51ba312b5771c183e6753ef2d2e1172a.tar.bz2 |
add mirrors and update to 2.2.6
SVN-Revision: 3362
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/scanlogd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/openwrt/package/scanlogd/Makefile b/openwrt/package/scanlogd/Makefile index 8a83dc7..167076e 100644 --- a/openwrt/package/scanlogd/Makefile +++ b/openwrt/package/scanlogd/Makefile @@ -3,11 +3,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=scanlogd -PKG_VERSION:=2.2.5 +PKG_VERSION:=2.2.6 PKG_RELEASE:=1 -PKG_MD5SUM:=6b53ad390a51f0835e66b1efa84d710a +PKG_MD5SUM:=7b8187ea718ebe47f22805b921b909ab -PKG_SOURCE_URL:=http://www.openwall.com/scanlogd/ +PKG_SOURCE_URL:=http://www.openwall.com/scanlogd/ \ + ftp://ftp.wiretapped.net/pub/openwall/ \ + http://distro.ibiblio.org/pub/linux/distributions/openwall/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat |