Browse Source

fix tracking

Ralf S. Engelschall 9 years ago
parent
commit
3d685ea4f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      htmlmin/htmlmin.spec

+ 2 - 2
htmlmin/htmlmin.spec

@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Language
 Group:        Language
 License:      MIT
 License:      MIT
 Version:      %{V_htmlmin}
 Version:      %{V_htmlmin}
-Release:      20160304
+Release:      20160305
 
 
 #   list of sources
 #   list of sources
 Source0:      http://download.openpkg.org/components/versioned/htmlmin/htmlmin-%{V_htmlmin}-%{V_htmlmin_snap}.tar.gz
 Source0:      http://download.openpkg.org/components/versioned/htmlmin/htmlmin-%{V_htmlmin}-%{V_htmlmin_snap}.tar.gz
@@ -54,7 +54,7 @@ PreReq:       OpenPKG, openpkg >= 20140101, node
     prog htmlmin = {
     prog htmlmin = {
         version   = %{version}
         version   = %{version}
         url       = https://github.com/kangax/html-minifier/releases
         url       = https://github.com/kangax/html-minifier/releases
-        regex     = v(\d+\.\d+\.d+)
+        regex     = v(\d+\.\d+\.\d+)
     }
     }
 
 
 %prep
 %prep