From b8c7b156d9f017d48f2f46c4723043b438571b36 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sat, 16 Feb 2019 07:00:29 -0200 Subject: [PATCH] gitea: update to 1.7.2. --- srcpkgs/gitea/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gitea/template b/srcpkgs/gitea/template index 268e525c769..827cbf5b496 100644 --- a/srcpkgs/gitea/template +++ b/srcpkgs/gitea/template @@ -1,7 +1,7 @@ # Template file for 'gitea' pkgname=gitea -version=1.7.1 -revision=2 +version=1.7.2 +revision=1 build_style=go go_import_path=code.gitea.io/gitea # This could be done with build options, but these are built in with the @@ -21,7 +21,7 @@ go_import_path=code.gitea.io/gitea # rather not use SQLite3 for some reason. It is also potentially # more resiliant to corrupted writes. go_build_tags="bindata sqlite pam tidb" -go_ldflags=" -X main.Version=$version" +go_ldflags=" -X main.Version=${version}" hostmakedepends="go-bindata" makedepends="sqlite-devel pam-devel" depends="git" @@ -31,7 +31,7 @@ license="MIT" homepage="https://gitea.io" changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md" distfiles="https://github.com/go-gitea/gitea/archive/v${version}.tar.gz" -checksum=7a28bac36cf06e1a90c2df692256a79d29cc6e652aa89f4c77833b9a8481a541 +checksum=e4c9a8cfab052588ec6d00c94b04c0c718e23fa66fcd7e70815e13006f14e46f system_accounts="_gitea" _gitea_homedir="/var/lib/gitea"