소스 검색

upgrading package: influxdb 0.10.4.1 -> 0.10.3

Ralf S. Engelschall 9 년 전
부모
커밋
2812c55d39
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      influxdb/influxdb.spec

+ 5 - 5
influxdb/influxdb.spec

@@ -22,8 +22,8 @@
 ##
 
 #   package information
-%define       V_influxdb_base  0.10.4.1
-%define       V_influxdb_snap  20160305
+%define       V_influxdb_base  0.10.3
+%define       V_influxdb_snap  20160311
 
 #   package information
 Name:         influxdb
@@ -36,7 +36,7 @@ Class:        EVAL
 Group:        Database
 License:      MIT
 Version:      %{V_influxdb_base}
-Release:      20160305
+Release:      20160311
 
 #   list of sources
 Source0:      http://download.openpkg.org/components/versioned/influxdb/influxdb-%{V_influxdb_snap}.tar.xz
@@ -54,8 +54,8 @@ PreReq:       OpenPKG, openpkg >= 20140101
 %track
     prog influxdb = {
         version   = %{V_influxdb_base}
-        url       = https://influxdata.com/downloads/
-        regex     = V(__VER__)
+        url       = https://github.com/influxdata/influxdb/releases
+        regex     = v(\d+\.\d+\.\d+)
     }
 
 %prep