Parcourir la source

upgrading package: usql 20170924 -> 20171106

Ralf S. Engelschall il y a 8 ans
Parent
commit
a457cba0e8
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6 6
      usql/usql.spec

+ 6 - 6
usql/usql.spec

@@ -22,13 +22,13 @@
 ##
 
 #   package version
-%define       V_opkg  20170924
-%define       V_dist  20170924
+%define       V_opkg  20171106
+%define       V_dist  20171106
 
 #   package information
 Name:         usql
 Summary:      Universal SQL Client
-URL:          https://github.com/knq/usql
+URL:          https://github.com/xo/usql
 Vendor:       Kenneth Shaw
 Packager:     OpenPKG Foundation e.V.
 Distribution: OpenPKG Community
@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Networking
 License:      MIT
 Version:      %{V_opkg}
-Release:      20170924
+Release:      20171106
 
 #   list of sources
 Source0:      http://download.openpkg.org/components/versioned/usql/usql-%{V_dist}.tar.xz
@@ -67,7 +67,7 @@ PreReq:       OpenPKG, openpkg >= 20160101
     export GOPATH=`pwd`
 
     #   build program
-    cd src/github.com/knq/usql
+    cd src/github.com/xo/usql
     go build -x -o usql
 
 %install
@@ -77,7 +77,7 @@ PreReq:       OpenPKG, openpkg >= 20160101
 
     #   install program
     %{l_shtool} install -c -s -m 755 \
-        src/github.com/knq/usql/usql \
+        src/github.com/xo/usql/usql \
         $RPM_BUILD_ROOT%{l_prefix}/bin/
 
     #   determine installation files