New gitea version

This commit is contained in:
thomas 2022-03-24 02:56:24 +01:00
parent 9e7a3a12d1
commit 9893d532f9
1 changed files with 2 additions and 3 deletions

View File

@ -1,14 +1,13 @@
#!/bin/bash #!/bin/bash
VERSION=1.16.4 VERSION=1.16.5
RELEASE=1
[ -e ./lib/function.sh ] && source ./lib/function.sh [ -e ./lib/function.sh ] && source ./lib/function.sh
APP=gitea APP=gitea
DEPOT=https://github.com/go-gitea/gitea.git DEPOT=https://github.com/go-gitea/gitea.git
GIT_VERSION=v${VERSION} GIT_VERSION=v${VERSION}
DEB_VERSION=${VERSION}-${RELEASE} DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=5 IMAGE_SIZE=5