gogs: update to 0.11.79
This commit is contained in:
parent
07755e999a
commit
53c739e3a5
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template build file for 'gogs'
|
||||
# Template file for 'gogs'
|
||||
pkgname=gogs
|
||||
version=0.11.66
|
||||
version=0.11.79
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/gogs/gogs"
|
||||
go_build_tags="sqlite pam cert"
|
||||
hostmakedepends="git curl"
|
||||
makedepends="pam-devel"
|
||||
depends="git"
|
||||
short_desc="Self-hosted Git Service in Go"
|
||||
maintainer="John Regan <john@jrjrtech.com>"
|
||||
license="MIT"
|
||||
homepage="https://gogs.io"
|
||||
hostmakedepends="git curl"
|
||||
makedepends="pam-devel"
|
||||
depends="git"
|
||||
distfiles="https://github.com/gogits/gogs/archive/v${version}.tar.gz"
|
||||
checksum=492233d48045f607a5822d2c3644ac174ce2e43741f770896f400051c398274e
|
||||
checksum=b71509311b94a7617b3235b7a04e20f4b55351f7b8910bbb077ae1c0a23de290
|
||||
|
||||
conf_files="/etc/gogs.ini"
|
||||
system_accounts="gogs"
|
||||
|
|
Loading…
Reference in a new issue