gitea: update to 1.9.0.
This commit is contained in:
parent
55376f6def
commit
ac4a4ee541
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gitea'
|
# Template file for 'gitea'
|
||||||
pkgname=gitea
|
pkgname=gitea
|
||||||
version=1.8.3
|
version=1.9.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=code.gitea.io/gitea
|
go_import_path=code.gitea.io/gitea
|
||||||
|
@ -22,7 +22,7 @@ go_import_path=code.gitea.io/gitea
|
||||||
# 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 git"
|
||||||
makedepends="sqlite-devel pam-devel"
|
makedepends="sqlite-devel pam-devel"
|
||||||
depends="git"
|
depends="git"
|
||||||
short_desc="Git with a cup of Tea"
|
short_desc="Git with a cup of Tea"
|
||||||
|
@ -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=77ca5fe4468a94454c05c433eace1a7e282a588aeae268387d8651751f8d4e27
|
checksum=e648227ebe6716fd53095cade7881fc547a76b2655cac4631ac254992a95b207
|
||||||
|
|
||||||
system_accounts="_gitea"
|
system_accounts="_gitea"
|
||||||
_gitea_homedir="/var/lib/gitea"
|
_gitea_homedir="/var/lib/gitea"
|
||||||
|
@ -41,9 +41,7 @@ make_dirs="/var/lib/gitea 0755 _gitea _gitea
|
||||||
conf_files="/etc/gitea.conf"
|
conf_files="/etc/gitea.conf"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cd $GOSRCPATH
|
|
||||||
make generate
|
make generate
|
||||||
cd $wrksrc
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue