mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/regina-rexx: Updated for version 3.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
355e08f83b
commit
85ca796dd7
2 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@
|
|||
# Written by Diogo Leal (diogo@diogoleal.com)
|
||||
|
||||
PRGNAM=regina-rexx
|
||||
VERSION=${VERSION:-3.8}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.8.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
FLAVOR=${FLAVOR:-dynamic} # set FLAVOR=static for a rexx static binary.
|
||||
|
||||
|
@ -51,7 +51,7 @@ find -L . \
|
|||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
chmod 644 $DOCS
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="regina-rexx"
|
||||
VERSION="3.8"
|
||||
VERSION="3.8.2"
|
||||
HOMEPAGE="http://regina-rexx.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/regina-rexx/Regina-REXX-3.8.tar.gz"
|
||||
MD5SUM="562ceb892e53621c49e9aa74bf0972ab"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/regina-rexx/Regina-REXX-3.8.2.tar.gz"
|
||||
MD5SUM="df6e6f78b01f386d1448830100aea798"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue