diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-13 18:53:58 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-13 18:53:58 +0000 |
commit | 52243dc3bed00046d1770cb2b70d614df23a97be (patch) | |
tree | 881ad3f7b4d77485970371bf634d9030880a854f | |
parent | 1ad30cde3d383f762adb703c73f4c8821743a779 (diff) |
add mirrors and update to 2.2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3362 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/scanlogd/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package/scanlogd/Makefile b/package/scanlogd/Makefile index 8a83dc792..167076eb5 100644 --- a/package/scanlogd/Makefile +++ b/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 |