diff --git a/SPECS/gitea.spec b/SPECS/gitea.spec index b19e63c..7432620 100644 --- a/SPECS/gitea.spec +++ b/SPECS/gitea.spec @@ -6,7 +6,7 @@ %define debug_package %{nil} Name : gitea -Version : 1.6.3 +Version : 1.7.1 Release : 1%{dist} License : MIT URL : http://gitea.io @@ -25,7 +25,7 @@ Gitea is a community managed fork of Gogs, lightweight code hosting solution wri %prep %setup -T -q -c %{name}-%{version} export GOPATH=`pwd` -go get -u code.gitea.io/gitea +go get -u -v code.gitea.io/gitea %build