diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-07-26 14:19:22 +0100 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-07-28 09:43:49 +0100 |
commit | cbe08e6b563438054c1efcb0daa0b965ec902052 (patch) | |
tree | 927f9fed8002bc4496f7bc4c42b3d1d4504ae73b /toolchain/fortify-headers/Makefile | |
parent | 9437012b9ee4dc550e42665b71902cf885169100 (diff) | |
download | upstream-cbe08e6b563438054c1efcb0daa0b965ec902052.tar.gz upstream-cbe08e6b563438054c1efcb0daa0b965ec902052.tar.bz2 upstream-cbe08e6b563438054c1efcb0daa0b965ec902052.zip |
toolchain/fortify-headers: Update to 1.1
Update fortify-headers to 1.1
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
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 79dd907d0c..a6151bb2f1 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:=1.0 +PKG_VERSION:=1.1 PKG_RELEASE=1 PKG_SOURCE_URL:=http://dl.2f30.org/releases PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=026e4cc0f2aa69b7922b1bc8838491048b497faf1c8b20450741114f9ea3775b +PKG_HASH:=6ba5d860a2d2ba4c3346924b93930c34856eafe148bdbdf271ecab8065201fb6 include $(INCLUDE_DIR)/toolchain-build.mk |