diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/SDL2/SDL2.SlackBuild | 3 | ||||
-rw-r--r-- | libraries/SDL2/SDL2.info | 10 |
2 files changed, 7 insertions, 6 deletions
diff --git a/libraries/SDL2/SDL2.SlackBuild b/libraries/SDL2/SDL2.SlackBuild index 7fe728b6e2..de90ba7d06 100644 --- a/libraries/SDL2/SDL2.SlackBuild +++ b/libraries/SDL2/SDL2.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for SDL2 # Copyright 2013 Dugan Chen Canada +# Copyright 2020 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=SDL2 -VERSION=${VERSION:-2.0.9} +VERSION=${VERSION:-2.0.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/SDL2/SDL2.info b/libraries/SDL2/SDL2.info index 20cbe825dc..672541c1d8 100644 --- a/libraries/SDL2/SDL2.info +++ b/libraries/SDL2/SDL2.info @@ -1,10 +1,10 @@ PRGNAM="SDL2" -VERSION="2.0.9" +VERSION="2.0.12" HOMEPAGE="https://libsdl.org" -DOWNLOAD="https://www.libsdl.org/release/SDL2-2.0.9.tar.gz" -MD5SUM="f2ecfba915c54f7200f504d8b48a5dfe" +DOWNLOAD="https://www.libsdl.org/release/SDL2-2.0.12.tar.gz" +MD5SUM="783b6f2df8ff02b19bb5ce492b99c8ff" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Dugan Chen" -EMAIL="thedoogster [at] gmail [dot] com" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |