mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/nx-libs: Fixed VERSION in .info file
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2c3dc76d60
commit
cc78c05d69
2 changed files with 3 additions and 2 deletions
|
@ -25,10 +25,11 @@
|
|||
|
||||
PRGNAM=nx-libs
|
||||
VERSION=${VERSION:-3.5.99.20_1}
|
||||
SRCVERSION=$(echo $VERSION | tr _ - )
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCVERSION=$(echo $VERSION | tr _ - )
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PRGNAM="nx-libs"
|
||||
VERSION="3.5.99.20-1"
|
||||
VERSION="3.5.99.20_1"
|
||||
HOMEPAGE="http://www.x2go.org"
|
||||
DOWNLOAD="https://code.x2go.org/releases/source/nx-libs/nx-libs-3.5.99.20-1-full.tar.gz"
|
||||
MD5SUM="15ab120295db892369cf9eb90f650006"
|
||||
|
|
Loading…
Reference in a new issue