Browse Source

upgrading package: gest 1.5.2 -> 1.7.0

master
parent
commit
4a4b36ae93
  1. 2
      gest/gest.sh
  2. 10
      gest/gest.spec

2
gest/gest.sh

@ -2,5 +2,5 @@
NODE_PATH=@l_prefix@/lib/gest
export NODE_PATH
exec @l_prefix@/bin/node \
@l_prefix@/lib/gest/graphicli/bin/gest.js \
@l_prefix@/lib/gest/gest/bin/gest.js \
${1+"$@"}

10
gest/gest.spec

@ -22,13 +22,13 @@
##
# package version
%define V_gest 1.5.2
%define V_gest_snap 20190604
%define V_gest 1.7.0
%define V_gest_snap 20190611
# package information
Name: gest
Summary: GraphQL Command-Line Client
URL: https://github.com/mfix22/graphicli
URL: https://github.com/mfix22/gest
Vendor: Michael Fix
Packager: OpenPKG Project
Distribution: OpenPKG Community
@ -36,7 +36,7 @@ Class: PLUS
Group: Networking
License: MIT
Version: %{V_gest}
Release: 20190604
Release: 20190611
# list of sources
Source0: http://download.openpkg.org/components/versioned/gest/gest-%{V_gest}-%{V_gest_snap}.tar.gz
@ -52,7 +52,7 @@ PreReq: OpenPKG, openpkg >= 20160101, node, git
%track
prog gest = {
version = %{V_gest}
url = https://github.com/mfix22/graphicli/releases
url = https://github.com/mfix22/gest/releases
regex = (\d+\.\d+\.\d+)\.tar\.gz
}

Loading…
Cancel
Save