diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-04-02 16:25:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-04-02 16:25:20 +0000 |
commit | fe44af36ae4d20ba541e4ec7bf52ec6918f37f4b (patch) | |
tree | d31f68439194b45156a6c690ad489f9768ced3f1 /tools/cloog/Makefile | |
parent | ce7726405ccc7e53e8e86f89304a3ee6f91008e5 (diff) | |
download | upstream-fe44af36ae4d20ba541e4ec7bf52ec6918f37f4b.tar.gz upstream-fe44af36ae4d20ba541e4ec7bf52ec6918f37f4b.tar.bz2 upstream-fe44af36ae4d20ba541e4ec7bf52ec6918f37f4b.zip |
cloog: update to 0.15.11
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net>
SVN-Revision: 31170
Diffstat (limited to 'tools/cloog/Makefile')
-rw-r--r-- | tools/cloog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cloog/Makefile b/tools/cloog/Makefile index 945258263c..140d4db88e 100644 --- a/tools/cloog/Makefile +++ b/tools/cloog/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloog-ppl -PKG_VERSION:=0.15.10 +PKG_VERSION:=0.15.11 PKG_SOURCE_URL:=ftp://gcc.gnu.org/pub/gcc/infrastructure PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=04aa756179b6d850d9ffa50f61b91895 +PKG_MD5SUM:=060ae4df6fb8176e021b4d033a6c0b9e HOST_FIXUP:=autoreconf |