Browse Source

fix tracking

Ralf S. Engelschall 9 years ago
parent
commit
19d6aee7bd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      git-stats/git-stats.spec

+ 2 - 2
git-stats/git-stats.spec

@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Language
 License:      MIT
 Version:      %{V_git_stats}
-Release:      20160227
+Release:      20160305
 
 #   list of sources
 Source0:      http://download.openpkg.org/components/versioned/git-stats/git-stats-%{V_git_stats}-%{V_git_stats_snap}.tar.gz
@@ -53,7 +53,7 @@ PreReq:       OpenPKG, openpkg >= 20140101, node
     prog git-stats = {
         version   = %{version}
         url       = https://github.com/IonicaBizau/git-stats/releases
-        regex     = (\d+\.\d+\.d+)
+        regex     = (\d+\.\d+\.\d+)
     }
 
 %prep