diff --git a/ressources/gitea/debmaker b/ressources/gitea/debmaker index b006ec1..1efff0b 100755 --- a/ressources/gitea/debmaker +++ b/ressources/gitea/debmaker @@ -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