Browse Source

upgrading package: drone-cli 1.1.4.20191001 -> 1.2.0.20191002

master
parent
commit
b80ab5d95f
  1. 7
      drone-cli/drone-cli.spec

7
drone-cli/drone-cli.spec

@ -22,8 +22,8 @@
##
# package version
%define V_opkg 1.1.4
%define V_dist 20191001
%define V_opkg 1.2.0
%define V_dist 20191002
# package information
Name: drone-cli
@ -36,7 +36,7 @@ Class: EVAL
Group: Web
License: Apache
Version: %{V_opkg}.%{V_dist}
Release: 20191001
Release: 20191002
# list of sources
Source0: http://download.openpkg.org/components/versioned/drone/drone-cli-%{V_dist}.tar.xz
@ -69,6 +69,7 @@ PreReq: OpenPKG, openpkg >= 20160101
%build
# build program
export GOPATH=`pwd`
rm -rf $GOPATH/src/github.com/docker/distribution/vendor/github.com/opencontainers/go-digest
go build -v -o drone $GOPATH/src/github.com/drone/drone-cli/drone/main.go
%install

Loading…
Cancel
Save