Browse Source

upgrading package: overmind 2.0.1 -> 2.0.2

master
parent
commit
674e0ed326
  1. 5
      overmind/overmind.spec

5
overmind/overmind.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Terminal
License: MIT
Version: 2.0.1
Release: 20190215
Version: 2.0.2
Release: 20190412
# list of sources
Source0: https://github.com/DarthSim/overmind/archive/v%{version}.tar.gz
@ -67,6 +67,7 @@ PreReq: OpenPKG, openpkg >= 20160101
ln -s vendor src
mkdir vendor/github.com/DarthSim
ln -s ../../.. vendor/github.com/DarthSim/overmind
rm -f go.mod*
go build -v -ldflags "-X main.version=%{version}" -a -o overmind .
%install

Loading…
Cancel
Save