diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-16 06:33:16 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-16 06:33:16 +0000 |
commit | bbf689122a2d5a97ed515d932bf24c7354089c06 (patch) | |
tree | 87f9c45de6e7819a5d898c7cd9932717f398c885 | |
parent | 2b9193afc5082ac92d8fe3e8173d882d6e0e985b (diff) | |
download | upstream-bbf689122a2d5a97ed515d932bf24c7354089c06.tar.gz upstream-bbf689122a2d5a97ed515d932bf24c7354089c06.tar.bz2 upstream-bbf689122a2d5a97ed515d932bf24c7354089c06.zip |
Updated to new upstream release (v0.8.7)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1257 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/pmacct/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/pmacct/Makefile b/package/pmacct/Makefile index 0d60468746..04e75366d5 100644 --- a/package/pmacct/Makefile +++ b/package/pmacct/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pmacct -PKG_VERSION:=0.8.6 +PKG_VERSION:=0.8.7 PKG_RELEASE:=1 -PKG_MD5SUM:=b725f7b4af335d2f668cb61621a5c2d9 +PKG_MD5SUM:=3da0205de772fb6d915e03cadf2a8e9b PKG_SOURCE_URL:=http://www.ba.cnr.it/~paolo/pmacct/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |