From f66388a554db3a035ea9d1024a58420d41a6fca9 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 7 Mar 2016 10:59:27 +0100 Subject: [PATCH] gogs: update to 0.9.0. --- srcpkgs/gogs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gogs/template b/srcpkgs/gogs/template index 8f69423d877..6ef2ee5e2a4 100644 --- a/srcpkgs/gogs/template +++ b/srcpkgs/gogs/template @@ -1,6 +1,6 @@ # Template build file for 'gogs' pkgname=gogs -version=0.8.10 +version=0.9.0 revision=1 build_style=go go_import_path="github.com/gogits/gogs" @@ -10,7 +10,7 @@ license="MIT" homepage="http://gogs.io" depends="git" distfiles="https://github.com/gogits/gogs/archive/v${version}.tar.gz" -checksum=64984f608a5c16cb7f6bb0f3a84798f871bbc0d1311d067702f215f99f5df449 +checksum=9ba5e5d752574242103954e8f77eb353af42da23d03463ef3816f0f036fa0431 hostmakedepends="git-perl curl" conf_files="/etc/gogs.ini"