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/sdl2_gfx.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/sdl2_gfx.mk')
-rw-r--r-- | src/sdl2_gfx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl2_gfx.mk b/src/sdl2_gfx.mk index 119d09b..2e8c9df 100644 --- a/src/sdl2_gfx.mk +++ b/src/sdl2_gfx.mk @@ -4,7 +4,7 @@ PKG := sdl2_gfx $(PKG)_IGNORE := $(PKG)_VERSION := 1.0.1 -$(PKG)_CHECKSUM := a136873b71a8c00c0233db26e0c1dad9629b4209 +$(PKG)_CHECKSUM := ede737166327f44b727f1388c32581dbbe8c599a $(PKG)_SUBDIR := SDL2_gfx-$($(PKG)_VERSION) $(PKG)_FILE := SDL2_gfx-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.ferzkopp.net/Software/SDL2_gfx/$($(PKG)_FILE) |