diff --git a/SPECS/gogs.spec b/SPECS/gogs.spec index aa54369..3911204 100644 --- a/SPECS/gogs.spec +++ b/SPECS/gogs.spec @@ -6,7 +6,7 @@ %define debug_package %{nil} Name : gogs -Version : 0.11.79 +Version : 0.11.86 Release : 1%{dist} License : MIT URL : http://gogs.io @@ -25,7 +25,7 @@ Gogs(Go Git Service) is a painless self-hosted Git Service written in Go. %prep %setup -T -q -c %{name}-%{version} export GOPATH=`pwd` -go get -u github.com/gogs/gogs +go get -u -v github.com/gogs/gogs %build