diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-21 06:51:09 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-22 08:47:07 +0700 |
commit | 543affb8428c5761a8b7ae687f9c5a2eb6b3be47 (patch) | |
tree | e49e4f1700e3dcaf0fb31e0e7da894be48048d98 | |
parent | 3fb050e988591190d79d80ee3fd6599767bf530f (diff) | |
download | slackbuilds-543affb8428c5761a8b7ae687f9c5a2eb6b3be47.tar.gz |
python/PySDL2: Updated for version 0.9.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r-- | python/PySDL2/PySDL2.SlackBuild | 2 | ||||
-rw-r--r-- | python/PySDL2/PySDL2.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/PySDL2/PySDL2.SlackBuild b/python/PySDL2/PySDL2.SlackBuild index 4c705f1134..d6edcec270 100644 --- a/python/PySDL2/PySDL2.SlackBuild +++ b/python/PySDL2/PySDL2.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=PySDL2 -VERSION=${VERSION:-0.9.4} +VERSION=${VERSION:-0.9.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PySDL2/PySDL2.info b/python/PySDL2/PySDL2.info index edc2ec7da4..a1926615cf 100644 --- a/python/PySDL2/PySDL2.info +++ b/python/PySDL2/PySDL2.info @@ -1,8 +1,8 @@ PRGNAM="PySDL2" -VERSION="0.9.4" +VERSION="0.9.5" HOMEPAGE="https://bitbucket.org/marcusva/py-sdl2" -DOWNLOAD="https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-0.9.4.tar.gz" -MD5SUM="720b33ed048c169643406ae39ca4dd8d" +DOWNLOAD="https://pypi.python.org/packages/1d/eb/3cc8e6037b704501736a5f7636f5acefa3416ae1b0cb9411afd3e25da10c/PySDL2-0.9.5.tar.gz" +MD5SUM="dc135eb78930a9ebf6e66e2a893db7f0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pypy SDL2" |