use release tag
This commit is contained in:
parent
e2d0f220e4
commit
48bfbd0a15
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
NAME=s3h
|
NAME=s3h
|
||||||
VERSION=1.1
|
VERSION=1.2
|
||||||
REVISION=1
|
REVISION=1
|
||||||
ARCH=all
|
ARCH=all
|
||||||
|
|
||||||
@ -11,7 +11,7 @@ workdir="$curdir/${NAME}_${VERSION}-${REVISION}_${ARCH}"
|
|||||||
mkdir -p "$workdir"
|
mkdir -p "$workdir"
|
||||||
|
|
||||||
mkdir -p "$workdir/usr/bin"
|
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"
|
chmod 0777 "$workdir/usr/bin/s3h"
|
||||||
|
|
||||||
mkdir "$workdir/DEBIAN"
|
mkdir "$workdir/DEBIAN"
|
Loading…
x
Reference in New Issue
Block a user