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/jasper.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/jasper.mk')
-rw-r--r-- | src/jasper.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jasper.mk b/src/jasper.mk index ce50381..f4890b8 100644 --- a/src/jasper.mk +++ b/src/jasper.mk @@ -4,7 +4,7 @@ PKG := jasper $(PKG)_IGNORE := $(PKG)_VERSION := 1.900.1 -$(PKG)_CHECKSUM := 9c5735f773922e580bf98c7c7dfda9bbed4c5191 +$(PKG)_CHECKSUM := 66eefc4eb44d95d0a57e4305457b407fe63f9494 $(PKG)_SUBDIR := jasper-$($(PKG)_VERSION) $(PKG)_FILE := jasper-$($(PKG)_VERSION).zip $(PKG)_URL := http://www.ece.uvic.ca/~mdadams/jasper/software/$($(PKG)_FILE) |