浏览代码

fix tracking

Ralf S. Engelschall 9 年之前
父节点
当前提交
7e98621eeb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      yo/yo.spec

+ 2 - 2
yo/yo.spec

@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Language
 License:      MIT
 Version:      %{V_yo}
-Release:      20161003
+Release:      20161210
 
 #   list of sources
 Source0:      http://download.openpkg.org/components/versioned/yeoman/yo-%{V_yo}-%{V_yo_snap}.tar.gz
@@ -51,7 +51,7 @@ PreReq:       OpenPKG, openpkg >= 20160101, node
 
 %track
     prog yo = {
-        version   = v%{version}
+        version   = %{version}
         url       = https://github.com/yeoman/yo/releases
         regex     = v(\d+\.\d+\.\d+)\.tar\.gz
     }