Browse Source

upgrading package: certstrap 1.1.1.20190103 -> 1.1.1.20190211

master
parent
commit
1290a0b0a5
  1. 6
      certstrap/certstrap.spec

6
certstrap/certstrap.spec

@ -23,7 +23,7 @@
# package information # package information
%define V_certstrap_base 1.1.1 %define V_certstrap_base 1.1.1
%define V_certstrap_snap 20190103 %define V_certstrap_snap 20190211
# package information # package information
Name: certstrap Name: certstrap
@ -36,7 +36,7 @@ Class: EVAL
Group: Cryptography Group: Cryptography
License: MIT License: MIT
Version: %{V_certstrap_base}.%{V_certstrap_snap} Version: %{V_certstrap_base}.%{V_certstrap_snap}
Release: 20190103 Release: 20190211
# list of sources # list of sources
Source0: http://download.openpkg.org/components/versioned/certstrap/certstrap-%{V_certstrap_snap}.tar.xz Source0: http://download.openpkg.org/components/versioned/certstrap/certstrap-%{V_certstrap_snap}.tar.xz
@ -70,7 +70,7 @@ PreReq: OpenPKG, openpkg >= 20160101
# build program # build program
export GOPATH=`pwd` export GOPATH=`pwd`
cd $GOPATH/src/github.com/square/certstrap cd $GOPATH/src/github.com/square/certstrap
go build -x . go build -v .
%install %install
# create directory hierarchy # create directory hierarchy

Loading…
Cancel
Save