gogs: update to 0.11.79

This commit is contained in:
Nathan Owens 2019-01-20 11:28:25 -06:00 committed by maxice8
parent 07755e999a
commit 53c739e3a5

View file

@ -1,19 +1,19 @@
# Template build file for 'gogs' # Template file for 'gogs'
pkgname=gogs pkgname=gogs
version=0.11.66 version=0.11.79
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/gogs/gogs" go_import_path="github.com/gogs/gogs"
go_build_tags="sqlite pam cert" go_build_tags="sqlite pam cert"
hostmakedepends="git curl"
makedepends="pam-devel"
depends="git"
short_desc="Self-hosted Git Service in Go" short_desc="Self-hosted Git Service in Go"
maintainer="John Regan <john@jrjrtech.com>" maintainer="John Regan <john@jrjrtech.com>"
license="MIT" license="MIT"
homepage="https://gogs.io" homepage="https://gogs.io"
hostmakedepends="git curl"
makedepends="pam-devel"
depends="git"
distfiles="https://github.com/gogits/gogs/archive/v${version}.tar.gz" distfiles="https://github.com/gogits/gogs/archive/v${version}.tar.gz"
checksum=492233d48045f607a5822d2c3644ac174ce2e43741f770896f400051c398274e checksum=b71509311b94a7617b3235b7a04e20f4b55351f7b8910bbb077ae1c0a23de290
conf_files="/etc/gogs.ini" conf_files="/etc/gogs.ini"
system_accounts="gogs" system_accounts="gogs"