diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2023-03-03 06:21:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:26 +0700 |
commit | e712d034d1df49e202b8d51961138fcbd577ebec (patch) | |
tree | b720f85c10f0dc199e94f7dbe4a4fa697ce50f8e /misc/open-simh/open-simh.SlackBuild | |
parent | 82ecdd4d8080a144ccca70f3652bd03d6548529f (diff) |
misc/open-simh: Updated for version 86b19c7.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/open-simh/open-simh.SlackBuild')
-rw-r--r-- | misc/open-simh/open-simh.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/open-simh/open-simh.SlackBuild b/misc/open-simh/open-simh.SlackBuild index ed4bad439f..d138faf4da 100644 --- a/misc/open-simh/open-simh.SlackBuild +++ b/misc/open-simh/open-simh.SlackBuild @@ -27,7 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=open-simh SRCNAM=simh -VERSION=${VERSION:-ce791138b5b5365105415a9a1cf4091d6e50a43d} +VERSION=${VERSION:-86b19c7} +COMMIT=${COMMIT:-86b19c767b681385cf276b498073ab6702d39591} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -72,9 +73,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION +rm -rf $SRCNAM-$COMMIT tar xvf $CWD/$SRCNAM-$VERSION.tar.gz -cd $SRCNAM-$VERSION +cd $SRCNAM-$COMMIT chown -R root:root . find -L . \ |