gitea: update to 1.7.2.

This commit is contained in:
maxice8 2019-02-16 07:00:29 -02:00 committed by maxice8
parent e6a1d1a453
commit b8c7b156d9

View file

@ -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"