diff --git a/development/sam/sam.SlackBuild b/development/sam/sam.SlackBuild index 69f45c12e1c..6cd6577a070 100644 --- a/development/sam/sam.SlackBuild +++ b/development/sam/sam.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for sam -# Copyright 2018 Sean Hinchee +# Copyright 2024 Sean Hinchee # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,10 +25,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=sam -VERSION=${VERSION:-cd8efea6bc572a31b1a325f4201ac52cf6760d7e} +VERSION=${VERSION:-20241024_5d8acb35} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} +COMMIT=5d8acb35d78c327d76f00a54857cbd566ed9bc11 if [ -z "$ARCH" ]; then case "$( uname -m )" in @@ -70,8 +71,8 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$COMMIT.tar.gz +cd $PRGNAM-$COMMIT chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/development/sam/sam.info b/development/sam/sam.info index f03a84623e4..6f9d02743f0 100644 --- a/development/sam/sam.info +++ b/development/sam/sam.info @@ -1,10 +1,10 @@ PRGNAM="sam" -VERSION="cd8efea6bc572a31b1a325f4201ac52cf6760d7e" +VERSION="20241024_5d8acb35" HOMEPAGE="http://www.deadpixi.com/an-updated-version-of-sam" -DOWNLOAD="https://github.com/deadpixi/sam/archive/cd8efea/sam-cd8efea6bc572a31b1a325f4201ac52cf6760d7e.tar.gz" -MD5SUM="279e44d0843b8de24ce40e8492b61744" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://github.com/deadpixi/sam/archive/5d8acb35/sam-5d8acb35d78c327d76f00a54857cbd566ed9bc11.tar.gz" +MD5SUM_x86_64="16ef500d141e0715dd7282b2d279f5cf" REQUIRES="" MAINTAINER="Sean Hinchee" EMAIL="henesy.dev@gmail.com"