|
|
@@ -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
|