diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-17 02:37:41 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 18:14:30 +0700 |
commit | 151e3c6e5e8e7b1b8fdc9c7aa2c8a09ef1fac45d (patch) | |
tree | 7c9b95142fca9430bb7429c217929b1d0a091cf8 /system/sdltrs/sdltrs.SlackBuild | |
parent | ac14ab91cc294bab2762836c30300ca8eed2f5c2 (diff) |
system/sdltrs: Updated for version 1.2.29.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sdltrs/sdltrs.SlackBuild')
-rw-r--r-- | system/sdltrs/sdltrs.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/sdltrs/sdltrs.SlackBuild b/system/sdltrs/sdltrs.SlackBuild index e04e9b64b3..577617d316 100644 --- a/system/sdltrs/sdltrs.SlackBuild +++ b/system/sdltrs/sdltrs.SlackBuild @@ -24,6 +24,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20240817 bkw: update for v1.2.29. + # 20240311 bkw, BUILD=2: having heard from upstream... the proper SDL2 # version of sdltrs is in the sdl2 branch on his gitlab. This branch # (master) is the SDL-1.2 branch... though, confusingly, it does @@ -65,8 +67,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sdltrs -VERSION=${VERSION:-1.2.28} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.29} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |