diff options
Diffstat (limited to 'system/sdl2trs/sdl2trs.SlackBuild')
-rw-r--r-- | system/sdl2trs/sdl2trs.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/sdl2trs/sdl2trs.SlackBuild b/system/sdl2trs/sdl2trs.SlackBuild index 2d35d7f0cc..3890c1755f 100644 --- a/system/sdl2trs/sdl2trs.SlackBuild +++ b/system/sdl2trs/sdl2trs.SlackBuild @@ -15,13 +15,14 @@ # git (tarball created by passing the commit ID to git2tarxz.sh as an # argument). +# 20250812 bkw: update for v1.2.33+20250809_d3575aab. # 20240912 bkw: update for v1.2.30+20240818_fe765966. # 20240817 bkw: update for v1.2.29+20240409_85a3cda4. cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sdl2trs -VERSION=${VERSION:-1.2.30+20240818_fe765966} +VERSION=${VERSION:-1.2.33+20250809_d3575aab} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |