mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
update gitea build
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
54d4e060c8
commit
f1c7159f67
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ CWD=$(pwd)
|
|||
PRGNAM=$(basename $CWD)
|
||||
VERSION=${VERSION:-$(curl -s https://api.github.com/repos/go-${PRGNAM}/${PRGNAM}/releases/latest | grep tag_name | grep -o "[0-9.]*")}
|
||||
ARCH=${ARCH:-$(uname -m)}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-cyco}
|
||||
|
||||
TMP=${TMP:-/tmp/$TAG}
|
||||
|
|
Loading…
Reference in a new issue