New gitea version
This commit is contained in:
parent
9e7a3a12d1
commit
9893d532f9
|
@ -1,14 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.16.4
|
||||
RELEASE=1
|
||||
VERSION=1.16.5
|
||||
|
||||
[ -e ./lib/function.sh ] && source ./lib/function.sh
|
||||
|
||||
APP=gitea
|
||||
DEPOT=https://github.com/go-gitea/gitea.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
DEB_VERSION=${VERSION}-${RELEASE}
|
||||
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=5
|
||||
|
||||
|
|
Loading…
Reference in New Issue