From 9893d532f99bdd9e1a09f80f2672366eddb4c41f Mon Sep 17 00:00:00 2001 From: thomas Date: Thu, 24 Mar 2022 02:56:24 +0100 Subject: [PATCH] New gitea version --- ressources/gitea/debmaker | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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