diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-07-09 17:14:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-09 17:14:52 +0700 |
commit | 575f062e1f90c93b3b60497f8c5af59c856cdf03 (patch) | |
tree | 3131573436e3b9b300ed349ed949aea893efdae1 /python/PySDL2 | |
parent | 78737c0a2b1964057e06e1897ec28ed5a8efb961 (diff) | |
download | slackbuilds-575f062e1f90c93b3b60497f8c5af59c856cdf03.tar.gz |
python/PySDL2: Updated for version 0.9.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/PySDL2')
-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 7c3941267a..f0876e2a22 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.2} +VERSION=${VERSION:-0.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PySDL2/PySDL2.info b/python/PySDL2/PySDL2.info index 8e0674e8a2..0844f7aba3 100644 --- a/python/PySDL2/PySDL2.info +++ b/python/PySDL2/PySDL2.info @@ -1,8 +1,8 @@ PRGNAM="PySDL2" -VERSION="0.9.2" +VERSION="0.9.3" HOMEPAGE="https://bitbucket.org/marcusva/py-sdl2" -DOWNLOAD="https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-0.9.2.tar.gz" -MD5SUM="e8e619553a2eb4861637ca8b5563cde5" +DOWNLOAD="https://bitbucket.org/marcusva/py-sdl2/downloads/PySDL2-0.9.3.tar.gz" +MD5SUM="0ee011fdb68c0c04753cac11f97c8f9d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pypy SDL2" |