mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
perl/perl-Sidef: Updated for version 2.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
99729876d3
commit
7078df536c
2 changed files with 6 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Sidef
|
||||
VERSION=${VERSION:-0.11}
|
||||
VERSION=${VERSION:-2.10}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -57,14 +57,13 @@ fi
|
|||
set -e
|
||||
|
||||
SRCNAM="sidef"
|
||||
SUFFIX="EOL"
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$VERSION-$SUFFIX.tar.gz
|
||||
mv $SRCNAM-$VERSION-$SUFFIX $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$VERSION.tar.gz
|
||||
mv $SRCNAM-$VERSION $PRGNAM-$VERSION
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Sidef"
|
||||
VERSION="0.11"
|
||||
VERSION="2.10"
|
||||
HOMEPAGE="https://github.com/trizen/sidef"
|
||||
DOWNLOAD="https://github.com/trizen/sidef/archive/0.11-EOL.tar.gz"
|
||||
MD5SUM="f4805043331a095116c8489109c9880d"
|
||||
DOWNLOAD="https://github.com/trizen/sidef/archive/2.10.tar.gz"
|
||||
MD5SUM="42c0c3469b49df8226fce4e2c3ba62fa"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-data-dump perl-Module-Build"
|
||||
|
|
Loading…
Reference in a new issue