diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-28 18:21:42 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-28 18:21:42 +0000 |
commit | 539594b67971a62933dbda0253a268916d21630b (patch) | |
tree | dd8b377101a1cc2256ff87cdb9aecf57fcb0af0c /package | |
parent | 668097a8a0e20c1823b410afad0392ddb5b61741 (diff) | |
download | upstream-539594b67971a62933dbda0253a268916d21630b.tar.gz upstream-539594b67971a62933dbda0253a268916d21630b.tar.bz2 upstream-539594b67971a62933dbda0253a268916d21630b.zip |
update to 2.5.2 to fix compile issue
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3527 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/fuse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/fuse/Makefile b/package/fuse/Makefile index 7f3572e90d..646b9d22ec 100644 --- a/package/fuse/Makefile +++ b/package/fuse/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fuse -PKG_VERSION:=2.4.1 +PKG_VERSION:=2.5.2 PKG_RELEASE:=1 -PKG_MD5SUM:=553bd9c5a4f3cd27f3e2b93844711e4c +PKG_MD5SUM:=ea565debe6c7486963bef05c45c50361 PKG_SOURCE_URL:=@SF/$(PKG_NAME) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |