Sfoglia il codice sorgente

upgrading package: acmetool 20160304 -> 0.0.49

Ralf S. Engelschall 9 anni fa
parent
commit
2ede16367f
1 ha cambiato i file con 9 aggiunte e 4 eliminazioni
  1. 9 4
      acmetool/acmetool.spec

+ 9 - 4
acmetool/acmetool.spec

@@ -22,8 +22,8 @@
 ##
 
 #   package information
-%define       V_acmetool_base  20160304
-%define       V_acmetool_snap  20160304
+%define       V_acmetool_base  0.0.49
+%define       V_acmetool_snap  20160309
 
 #   package information
 Name:         acmetool
@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Cryptography
 License:      MIT
 Version:      %{V_acmetool_base}
-Release:      20160307
+Release:      20160309
 
 #   list of sources
 Source0:      http://download.openpkg.org/components/versioned/acmetool/acmetool-%{V_acmetool_snap}.tar.xz
@@ -61,7 +61,12 @@ PreReq:       OpenPKG, openpkg >= 20160101, sudo, x509
     this doesn't modify your web server configuration.
 
 %track
-    prog acmetool = {
+    prog acmetool:base = {
+        version   = %{V_acmetool_base}
+        url       = https://github.com/hlandau/acme/releases
+        regex     = v(__VER__)\.tar\.gz
+    }
+    prog acmetool:snap = {
         version   = %{V_acmetool_snap}
         url       = http://download.openpkg.org/components/versioned/acmetool/
         regex     = acmetool-(__VER__)\.tar\.xz