gogs: update to 0.7.22.

This commit is contained in:
Andrea Brancaleoni 2015-11-28 08:36:35 +01:00
parent 9716e33043
commit 3bcc22b1a6

View file

@ -1,6 +1,6 @@
# Template build file for 'gogs' # Template build file for 'gogs'
pkgname=gogs pkgname=gogs
version=0.6.15 version=0.7.22
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/gogits/gogs" go_import_path="github.com/gogits/gogs"
@ -10,7 +10,7 @@ license="MIT"
homepage="http://gogs.io" homepage="http://gogs.io"
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=1843e8b72e8930f63f239d3a696d597aab61e355715791bd7bf889069170404f checksum=63a7a2374d73b1eef94df32ce26c535f839504e135643412209ebfdd9a21aedd
hostmakedepends="git curl" hostmakedepends="git curl"
conf_files="/etc/gogs.ini" conf_files="/etc/gogs.ini"