diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-10 17:40:26 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-10 17:40:26 +0000 |
commit | 8192b258a060acc15329d9a62ba4d1b524f56073 (patch) | |
tree | a54add917154373eb5f91eb557d4dd782d6ee994 /openwrt/package/pmacct/Makefile | |
parent | dc124e7d6176e2ccf19cd9e77cadc410564d1c79 (diff) |
Update to new upstream release (v0.8.6), fix dependencies selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1189 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/pmacct/Makefile')
-rw-r--r-- | openwrt/package/pmacct/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/pmacct/Makefile b/openwrt/package/pmacct/Makefile index c8d083791..0d6046874 100644 --- a/openwrt/package/pmacct/Makefile +++ b/openwrt/package/pmacct/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pmacct -PKG_VERSION:=0.8.5 +PKG_VERSION:=0.8.6 PKG_RELEASE:=1 -PKG_MD5SUM:=996d6402946553f81d94e0a60e6fc509 +PKG_MD5SUM:=b725f7b4af335d2f668cb61621a5c2d9 PKG_SOURCE_URL:=http://www.ba.cnr.it/~paolo/pmacct/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |