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 | |
parent | 14cf095b76d45510eb491dd2d96ca179af5350b6 (diff) | |
download | mxe-17f7a8bf169c0888b8c4c691e6c4f1f37d2b5987.zip mxe-17f7a8bf169c0888b8c4c691e6c4f1f37d2b5987.tar.gz mxe-17f7a8bf169c0888b8c4c691e6c4f1f37d2b5987.tar.bz2 |
update package sdl_rwhttp
-rw-r--r-- | src/sdl_rwhttp-test.c | 2 | ||||
-rw-r--r-- | src/sdl_rwhttp.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/sdl_rwhttp-test.c b/src/sdl_rwhttp-test.c index 29fa316..4fd0d85 100644 --- a/src/sdl_rwhttp-test.c +++ b/src/sdl_rwhttp-test.c @@ -34,7 +34,7 @@ int main(int argc, char *argv[]) fprintf(stderr, "%s\n", SDL_GetError()); ret = EXIT_FAILURE; } else { - printf("success with length: %i\n", (int) SDL_RWsize(rwops)); + printf("success\n"); SDL_RWclose(rwops); } 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) |