diff --git a/dep/dep.spec b/dep/dep.spec index cc3fd2bd4f..46de59e77a 100644 --- a/dep/dep.spec +++ b/dep/dep.spec @@ -22,8 +22,8 @@ ## # package version -%define V_opkg 0.5.1 -%define V_dist 20190311 +%define V_opkg 0.5.3 +%define V_dist 20190514 # package information Name: dep @@ -36,7 +36,7 @@ Class: EVAL Group: Filesystem License: BSD Version: %{V_opkg}.%{V_dist} -Release: 20190311 +Release: 20190514 # list of sources Source0: http://download.openpkg.org/components/versioned/dep/dep-%{V_dist}.tar.xz @@ -66,7 +66,7 @@ PreReq: OpenPKG, openpkg >= 20160101 %build # build program export GOPATH=`pwd` - go build -x -o dep src/github.com/golang/dep/cmd/dep/*.go + go build -v -o dep src/github.com/golang/dep/cmd/dep/*.go %install # install program