From 48bfbd0a15672c21517e5cc5e2853af2784825fb Mon Sep 17 00:00:00 2001 From: damage Date: Sun, 3 Sep 2023 20:38:05 +0200 Subject: [PATCH] use release tag --- build/deb/{build.sh => build_stable.sh} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename build/deb/{build.sh => build_stable.sh} (95%) diff --git a/build/deb/build.sh b/build/deb/build_stable.sh similarity index 95% rename from build/deb/build.sh rename to build/deb/build_stable.sh index 75154b3..8053b1d 100755 --- a/build/deb/build.sh +++ b/build/deb/build_stable.sh @@ -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"