diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-09-23 07:27:16 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-09-23 07:27:16 (GMT) |
commit | a228c0488f42fd4e2e485654ff52e13d3f8e7a55 (patch) | |
tree | f027ba375daf156bfe3ecf5b32f8af972edb2f72 /src/cunit.mk | |
parent | fd257c1335663f9452a9f360a3fcc72108053da9 (diff) | |
download | mxe-a228c0488f42fd4e2e485654ff52e13d3f8e7a55.zip mxe-a228c0488f42fd4e2e485654ff52e13d3f8e7a55.tar.gz mxe-a228c0488f42fd4e2e485654ff52e13d3f8e7a55.tar.bz2 |
all packages: switch to sha256 checksums
closes #871
Diffstat (limited to 'src/cunit.mk')
-rw-r--r-- | src/cunit.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cunit.mk b/src/cunit.mk index 68a5f7c..7d85852 100644 --- a/src/cunit.mk +++ b/src/cunit.mk @@ -4,7 +4,7 @@ PKG := cunit $(PKG)_IGNORE := $(PKG)_VERSION := 2.1-3 -$(PKG)_CHECKSUM := eac0c71167aa3fab83483ae1313b78163f0f7238 +$(PKG)_CHECKSUM := 84fdb728b4e58f1023e6f249a464efa49a40f214 $(PKG)_SUBDIR := CUnit-$($(PKG)_VERSION) $(PKG)_FILE := CUnit-$($(PKG)_VERSION).tar.bz2 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/cunit/CUnit/$($(PKG)_VERSION)/$($(PKG)_FILE) |