Browse Source

upgrading package: p2cli 10.20210723 -> 11.20211008

master
parent
commit
d49c0aa69a
  1. 8
      p2cli/p2cli.spec

8
p2cli/p2cli.spec

@ -22,8 +22,8 @@
##
# package version
%define V_opkg 10
%define V_dist 20210723
%define V_opkg 11
%define V_dist 20211008
# package information
Name: p2cli
@ -36,7 +36,7 @@ Class: EVAL
Group: Text
License: GPL
Version: %{V_opkg}.%{V_dist}
Release: 20210723
Release: 20211008
# list of sources
Source0: http://download.openpkg.org/components/versioned/p2cli/p2cli-%{V_dist}.tar.xz
@ -68,7 +68,7 @@ PreReq: OpenPKG, openpkg >= 20160101
# build program
export GOPATH=`pwd`
cd src/github.com/wrouesnel/p2cli
go build -v -o p2cli *.go
go build -v -o p2cli cmd/*/*.go
%install
# install program

Loading…
Cancel
Save