summaryrefslogtreecommitdiffstats
path: root/src/flex.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-23 08:32:58 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-23 08:32:58 (GMT)
commitfc0ed34fb914c42c43d3f8eb8c54f9e25b53304e (patch)
treea667861df312d3fbd50218878ad2dfe793183efd /src/flex.mk
parent5b74c8e9de86cb213d7bc6f6c154705506857e77 (diff)
downloadmxe-fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e.zip
mxe-fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e.tar.gz
mxe-fc0ed34fb914c42c43d3f8eb8c54f9e25b53304e.tar.bz2
all packages: really use sha256 checksums
Diffstat (limited to 'src/flex.mk')
-rw-r--r--src/flex.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flex.mk b/src/flex.mk
index 41fc418..e03144b 100644
--- a/src/flex.mk
+++ b/src/flex.mk
@@ -4,7 +4,7 @@
PKG := flex
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.5.39
-$(PKG)_CHECKSUM := 7d72f43b11ef244487ff25fc00aabec1e32b617f
+$(PKG)_CHECKSUM := add2b55f3bc38cb512b48fad7d72f43b11ef244487ff25fc00aabec1e32b617f
$(PKG)_SUBDIR := flex-$($(PKG)_VERSION)
$(PKG)_FILE := flex-$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/flex/$($(PKG)_FILE)