Browse Source

upgrading package: pgweb 0.11.1.20190129 -> 0.11.1.20190203

master
parent
commit
0bf6fd097c
  1. 6
      pgweb/pgweb.spec

6
pgweb/pgweb.spec

@ -23,7 +23,7 @@
# package version
%define V_pgweb_base 0.11.1
%define V_pgweb_snap 20190129
%define V_pgweb_snap 20190203
# package information
Name: pgweb
@ -36,7 +36,7 @@ Class: EVAL
Group: Web
License: MIT
Version: %{V_pgweb_base}.%{V_pgweb_snap}
Release: 20190129
Release: 20190203
# list of sources
Source0: http://download.openpkg.org/components/versioned/pgweb/pgweb-%{V_pgweb_snap}.tar.xz
@ -70,7 +70,7 @@ PreReq: OpenPKG, openpkg >= 20160101
# build program
export GOPATH=`pwd`
cd src/github.com/sosedoff/pgweb
go build -x .
go build -v .
%install
# create directory hierarchy

Loading…
Cancel
Save