diff options
author | Martin Gerhardy <martin.gerhardy@gmail.com> | 2013-08-08 09:07:10 (GMT) |
---|---|---|
committer | Martin Gerhardy <martin.gerhardy@gmail.com> | 2013-08-08 09:07:17 (GMT) |
commit | 17f7a8bf169c0888b8c4c691e6c4f1f37d2b5987 (patch) | |
tree | 032c1eca8a5d165ba5060e649965c0b20e9a6b71 /src/sdl_rwhttp.mk | |
parent | 14cf095b76d45510eb491dd2d96ca179af5350b6 (diff) | |
download | mxe-17f7a8bf169c0888b8c4c691e6c4f1f37d2b5987.zip mxe-17f7a8bf169c0888b8c4c691e6c4f1f37d2b5987.tar.gz mxe-17f7a8bf169c0888b8c4c691e6c4f1f37d2b5987.tar.bz2 |
update package sdl_rwhttp
Diffstat (limited to 'src/sdl_rwhttp.mk')
-rw-r--r-- | src/sdl_rwhttp.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdl_rwhttp.mk b/src/sdl_rwhttp.mk index 66aabbe..65abffb 100644 --- a/src/sdl_rwhttp.mk +++ b/src/sdl_rwhttp.mk @@ -3,8 +3,8 @@ PKG := sdl_rwhttp $(PKG)_IGNORE := -$(PKG)_VERSION := 0.1.0 -$(PKG)_CHECKSUM := de3b106833173752a4aea558047896d482f019b2 +$(PKG)_VERSION := 0.2.0 +$(PKG)_CHECKSUM := 9e01fc2bcbb26ca5dce42917be310e34ff48961d $(PKG)_SUBDIR := SDL_rwhttp-$($(PKG)_VERSION) $(PKG)_FILE := SDL_rwhttp-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://github.com/mgerhardy/SDL_rwhttp/releases/download/$(call SHORT_PKG_VERSION,$(PKG))/$($(PKG)_FILE) |