From 17f7a8bf169c0888b8c4c691e6c4f1f37d2b5987 Mon Sep 17 00:00:00 2001 From: Martin Gerhardy Date: Thu, 8 Aug 2013 11:07:10 +0200 Subject: [PATCH] update package sdl_rwhttp --- src/sdl_rwhttp-test.c | 2 +- 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 29fa316c..4fd0d85f 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 66aabbec..65abffb9 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)