summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Erik Falor <ewfalor@gmail.com>2022-09-12 17:59:39 +0100
committer bedlam <dave@slackbuilds.org>2022-09-12 17:59:39 +0100
commit72dca8d92076046dcd8b7dda60e8690bfe434bdc (patch)
tree3d7cab11ed34fb2f34cecc010d15aad17616b157 /development
parent8ed28c5d1f8545c57a09a7f22d60b00075e54568 (diff)
downloadslackbuilds-72dca8d92076046dcd8b7dda60e8690bfe434bdc.tar.gz
slackbuilds-72dca8d92076046dcd8b7dda60e8690bfe434bdc.tar.xz
development/chibi-scheme: Updated for version 20220904_0a50b305.
Signed-off-by: bedlam <dave@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/chibi-scheme/chibi-scheme.SlackBuild8
-rw-r--r--development/chibi-scheme/chibi-scheme.info6
2 files changed, 6 insertions, 8 deletions
diff --git a/development/chibi-scheme/chibi-scheme.SlackBuild b/development/chibi-scheme/chibi-scheme.SlackBuild
index 8c79235ebd..de3326a3fe 100644
--- a/development/chibi-scheme/chibi-scheme.SlackBuild
+++ b/development/chibi-scheme/chibi-scheme.SlackBuild
@@ -25,7 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM='chibi-scheme'
-VERSION=${VERSION:-0.10}
+VERSION=${VERSION:-20220904_0a50b305}
+COMMIT=${COMMIT:-0a50b305bc508003263e764949c25b9a21cccf91}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -38,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -70,7 +68,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz && mv $PRGNAM-$COMMIT $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
diff --git a/development/chibi-scheme/chibi-scheme.info b/development/chibi-scheme/chibi-scheme.info
index f42263a322..7ce5333c18 100644
--- a/development/chibi-scheme/chibi-scheme.info
+++ b/development/chibi-scheme/chibi-scheme.info
@@ -1,8 +1,8 @@
PRGNAM="chibi-scheme"
-VERSION="0.10"
+VERSION="20220904_0a50b305"
HOMEPAGE="https://github.com/ashinn/chibi-scheme"
-DOWNLOAD="https://github.com/ashinn/chibi-scheme/archive/0.10/chibi-scheme-0.10.tar.gz"
-MD5SUM="e88101378f4945a9f81514ea7cb374e8"
+DOWNLOAD="https://github.com/ashinn/chibi-scheme/archive/0a50b305/chibi-scheme-0a50b305bc508003263e764949c25b9a21cccf91.tar.gz"
+MD5SUM="a8c2dabc48f080bdf2f929a1c29cd437"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""