diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2005-04-02 16:43:22 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2005-04-02 16:43:22 +0000 |
commit | a444cc26a3eadab6f8143c0a1ff193511c07903d (patch) | |
tree | 95904251762cc434e04fbce58ae959824b390333 /package/strace/Makefile | |
parent | c0f43844a96dd747a88b8e6650dc2dc4e326d0cd (diff) | |
download | upstream-a444cc26a3eadab6f8143c0a1ff193511c07903d.tar.gz upstream-a444cc26a3eadab6f8143c0a1ff193511c07903d.tar.bz2 upstream-a444cc26a3eadab6f8143c0a1ff193511c07903d.zip |
upgrade to newer versions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@521 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/strace/Makefile')
-rw-r--r-- | package/strace/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/strace/Makefile b/package/strace/Makefile index 3f532d3513..95c3e36ffd 100644 --- a/package/strace/Makefile +++ b/package/strace/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=strace -PKG_VERSION:=4.5.9 +PKG_VERSION:=4.5.11 PKG_RELEASE:=1 -PKG_MD5SUM:=ef52064b97bbda23fa708d56a811ba23 +PKG_MD5SUM:=28335e15c83456a3db055a0a0efcb4fe PKG_SOURCE_URL:=@SF/strace PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |