From e75a4e6c0f7a17572b308552c1a9facf33a3ac7a Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 26 Mar 2022 00:58:53 +0100 Subject: [PATCH] gitea: update to 1.16.5 --- srcpkgs/gitea/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index f9eaa1b18732..c8b9b361ce2d 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,6 +1,6 @@ # Template file for 'gitea' pkgname=gitea -version=1.16.4 +version=1.16.5 revision=1 create_wrksrc=yes build_style=go @@ -30,9 +30,9 @@ short_desc="Git with a cup of Tea" maintainer="fosslinux " license="MIT" homepage="https://gitea.io" -changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md" -distfiles="https://github.com/go-gitea/gitea/releases/download/v${version}/gitea-src-${version}.tar.gz" -checksum=ef396b797d39a64867dfcd4532043c363dce3fe054afaa37bb97f8a2ea3f2a18 +changelog="https://raw.githubusercontent.com/go-gitea/gitea/main/CHANGELOG.md" +distfiles="https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz" +checksum=d9aab2e8357ca1a22eaffb328356e4e355a8f851a4de6fb4e7eb54ca80f0187b system_accounts="_gitea" _gitea_homedir="/var/lib/gitea"