Ralf S. Engelschall 9 роки тому
батько
коміт
53bd4ee1d8
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      gulp/gulp.spec

+ 4 - 4
gulp/gulp.spec

@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Language
 License:      MIT
 Version:      %{V_gulp}
-Release:      20160319
+Release:      20160323
 
 #   list of sources
 Source0:      http://download.openpkg.org/components/versioned/gulp/gulp-%{V_gulp}-%{V_gulp_snap}.tar.gz
@@ -50,10 +50,10 @@ PreReq:       OpenPKG, openpkg >= 20140101, node
     Gulp is a JavaScript task runner based on Node.js streams.
 
 %track
-    prog gulp = {
+    prog gulp:release = {
         version   = %{version}
-        url       = http://gulpjs.com/
-        regex     = v(\d+\.\d+\.\d+)
+        url       = https://github.com/gulpjs/gulp/releases
+        regex     = v(\d+\.\d+\.\d+)\.tar\.gz
     }
 
 %prep