Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

development/sam: Updated for version 20241024_5d8acb35. #8501

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions development/sam/sam.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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 \
Expand Down
10 changes: 5 additions & 5 deletions development/sam/sam.info
Original file line number Diff line number Diff line change
@@ -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"