mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/schismtracker: Updated for version 20221020.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5b7b85b9ac
commit
e8c15b9497
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for Schism Tracker
|
||||
#
|
||||
# Copyright 2009-2019 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2022 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=schismtracker
|
||||
VERSION=${VERSION:-20190805}
|
||||
VERSION=${VERSION:-20221020}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="schismtracker"
|
||||
VERSION="20190805"
|
||||
VERSION="20221020"
|
||||
HOMEPAGE="https://github.com/schismtracker/schismtracker"
|
||||
DOWNLOAD="https://github.com/schismtracker/schismtracker/archive/20190805/schismtracker-20190805.tar.gz"
|
||||
MD5SUM="2d78e5ab6b9e529f19a55bfdf8dd5144"
|
||||
DOWNLOAD="https://github.com/schismtracker/schismtracker/archive/20221020/schismtracker-20221020.tar.gz"
|
||||
MD5SUM="65efe09821e37fc321bcdaaa1646104a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue