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>
This commit is contained in:
parent
ac14ab91cc
commit
151e3c6e5e
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sdltrs"
|
||||
VERSION="1.2.28"
|
||||
VERSION="1.2.29"
|
||||
HOMEPAGE="https://gitlab.com/jengun/sdltrs/"
|
||||
DOWNLOAD="https://gitlab.com/jengun/sdltrs/-/archive/1.2.28/sdltrs-1.2.28.tar.bz2"
|
||||
MD5SUM="1ae7542c28d9b63fcb723ba95d23e443"
|
||||
DOWNLOAD="https://gitlab.com/jengun/sdltrs/-/archive/1.2.29/sdltrs-1.2.29.tar.bz2"
|
||||
MD5SUM="cb15645f003cf921853d46f8731c8063"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="trs80-roms"
|
||||
|
|
Loading…
Reference in New Issue