diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-09-29 23:10:10 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-30 22:44:18 +0200 |
commit | e95f22da369dcf925cbf0015c4049451f0685d3f (patch) | |
tree | feed1d74c856fd078dbed8f66f84505ec9c71133 /toolchain/fortify-headers/Makefile | |
parent | a4ec0aa5272dbabe4a6048b5bf3eccabf15ef11e (diff) | |
download | upstream-e95f22da369dcf925cbf0015c4049451f0685d3f.tar.gz upstream-e95f22da369dcf925cbf0015c4049451f0685d3f.tar.bz2 upstream-e95f22da369dcf925cbf0015c4049451f0685d3f.zip |
toolchain/fortify-headers: Update to 0.9
Update fortify-headers to 0.9
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'toolchain/fortify-headers/Makefile')
-rw-r--r-- | toolchain/fortify-headers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/fortify-headers/Makefile b/toolchain/fortify-headers/Makefile index 8caf8c84ce..8550a999ca 100644 --- a/toolchain/fortify-headers/Makefile +++ b/toolchain/fortify-headers/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk PKG_NAME:=fortify-headers -PKG_VERSION:=0.8 +PKG_VERSION:=0.9 PKG_RELEASE=1 PKG_SOURCE_URL:=http://dl.2f30.org/releases PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=afcd073d6d8d175eede2a28a7dd71b7150cb03290f99102261892c793f6b4cb1 +PKG_HASH:=cf75f1c27a95da8ebf124293e8dc534ff6a4625d703ff169998292e1a53aa1fc include $(INCLUDE_DIR)/toolchain-build.mk |