gitea: update to 1.7.2.
This commit is contained in:
parent
e6a1d1a453
commit
b8c7b156d9
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'gitea'
|
# Template file for 'gitea'
|
||||||
pkgname=gitea
|
pkgname=gitea
|
||||||
version=1.7.1
|
version=1.7.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=code.gitea.io/gitea
|
go_import_path=code.gitea.io/gitea
|
||||||
# This could be done with build options, but these are built in with the
|
# 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
|
# rather not use SQLite3 for some reason. It is also potentially
|
||||||
# more resiliant to corrupted writes.
|
# more resiliant to corrupted writes.
|
||||||
go_build_tags="bindata sqlite pam tidb"
|
go_build_tags="bindata sqlite pam tidb"
|
||||||
go_ldflags=" -X main.Version=$version"
|
go_ldflags=" -X main.Version=${version}"
|
||||||
hostmakedepends="go-bindata"
|
hostmakedepends="go-bindata"
|
||||||
makedepends="sqlite-devel pam-devel"
|
makedepends="sqlite-devel pam-devel"
|
||||||
depends="git"
|
depends="git"
|
||||||
@ -31,7 +31,7 @@ license="MIT"
|
|||||||
homepage="https://gitea.io"
|
homepage="https://gitea.io"
|
||||||
changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md"
|
changelog="https://github.com/go-gitea/gitea/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/go-gitea/gitea/archive/v${version}.tar.gz"
|
distfiles="https://github.com/go-gitea/gitea/archive/v${version}.tar.gz"
|
||||||
checksum=7a28bac36cf06e1a90c2df692256a79d29cc6e652aa89f4c77833b9a8481a541
|
checksum=e4c9a8cfab052588ec6d00c94b04c0c718e23fa66fcd7e70815e13006f14e46f
|
||||||
|
|
||||||
system_accounts="_gitea"
|
system_accounts="_gitea"
|
||||||
_gitea_homedir="/var/lib/gitea"
|
_gitea_homedir="/var/lib/gitea"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user