gogs: update to 0.11.43

This commit is contained in:
iaroki 2018-05-07 12:14:15 +03:00 committed by lemmi
parent b2e570e028
commit 7370c49c2f

View file

@ -1,17 +1,17 @@
# Template build file for 'gogs' # Template build file for 'gogs'
pkgname=gogs pkgname=gogs
version=0.11.34 version=0.11.43
revision=5 revision=1
build_style=go build_style=go
go_import_path="github.com/gogits/gogs" go_import_path="github.com/gogits/gogs"
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="http://gogs.io" homepage="https://gogs.io"
hostmakedepends="git curl"
depends="git" 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=cc6b51cc53b6effed44c37ac7086af5822e2ceff9e2589316782e6c7b28a445f checksum=44ce25372fee4bf0cd3de54d7e7038ddc0079779c3ace7b4a0a53bb85853b14d
hostmakedepends="git curl"
conf_files="/etc/gogs.ini" conf_files="/etc/gogs.ini"
system_accounts="gogs" system_accounts="gogs"