use release tag

This commit is contained in:
damage 2023-09-03 20:38:05 +02:00
parent e2d0f220e4
commit 48bfbd0a15

View File

@ -2,7 +2,7 @@
NAME=s3h
VERSION=1.1
VERSION=1.2
REVISION=1
ARCH=all
@ -11,7 +11,7 @@ workdir="$curdir/${NAME}_${VERSION}-${REVISION}_${ARCH}"
mkdir -p "$workdir"
mkdir -p "$workdir/usr/bin"
wget -O "$workdir/usr/bin/s3h" "https://source.devloop.de/damage/s3h/raw/branch/main/s3h.sh"
wget -O "$workdir/usr/bin/s3h" "https://source.devloop.de/damage/s3h/raw/tag/$VERSION/s3h.sh"
chmod 0777 "$workdir/usr/bin/s3h"
mkdir "$workdir/DEBIAN"