summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2018-11-17 14:44:28 -0500
committerSlashbunny2018-11-17 14:44:28 -0500
commit376769afde358703f2226a1d5c48476eb3eac12b (patch)
tree82f1be7cd1c05fbbfc5b70c7734fce1258a0ecc8
parentfaa7588a85cd82f366b714c070df90e102858904 (diff)
downloadaur-376769afde358703f2226a1d5c48476eb3eac12b.tar.gz
update to 2.5.0
-rw-r--r--.SRCINFO20
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD10
3 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc2c535d9054..65ca9402cf64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Oct 20 04:23:09 UTC 2018
+# Sat Nov 17 19:42:50 UTC 2018
pkgbase = prometheus-bin
pkgdesc = An open-source service monitoring system and time series database (binary, not built from source)
- pkgver = 2.4.3
+ pkgver = 2.5.0
pkgrel = 1
url = http://prometheus.io
install = prometheus.install
@@ -17,14 +17,14 @@ pkgbase = prometheus-bin
backup = etc/prometheus/prometheus.yml
source = prometheus.service
sha256sums = 0c99b68b282d72feb9fd2bc0b190554659a59dada74ec92ca2b2f48016a9b805
- source_x86_64 = https://github.com/prometheus/prometheus/releases/download/v2.4.3/prometheus-2.4.3.linux-amd64.tar.gz
- sha256sums_x86_64 = 3aa063498ab3b4d1bee103d80098ba33d02b3fed63cb46e47e1d16290356db8a
- source_arm = https://github.com/prometheus/prometheus/releases/download/v2.4.3/prometheus-2.4.3.linux-armv5.tar.gz
- sha256sums_arm = ceb8f4849ce82fe444c9177cb00975aeca23142e97b588da79f287f71f8756f4
- source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.4.3/prometheus-2.4.3.linux-armv6.tar.gz
- sha256sums_armv6h = c8405cc997f4b98843a4ac2c5a2c17fcfdb0a836c4d1962d7b885784560940b6
- source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.4.3/prometheus-2.4.3.linux-armv7.tar.gz
- sha256sums_armv7h = 3d73acbd66c1e99e453e2eca8da265ed8a8c7a655c2b344cbc1747fdb030a508
+ source_x86_64 = https://github.com/prometheus/prometheus/releases/download/v2.5.0/prometheus-2.5.0.linux-amd64.tar.gz
+ sha256sums_x86_64 = 6f1203c3ec540346bb346641eb43a74fde2992cda23b6c9e0f876f95a646cda1
+ source_arm = https://github.com/prometheus/prometheus/releases/download/v2.5.0/prometheus-2.5.0.linux-armv5.tar.gz
+ sha256sums_arm = a2830b9e4a1e69a7d9a9dbb43ac15fab10d921ebde2e88fbc18c91d0096f14f2
+ source_armv6h = https://github.com/prometheus/prometheus/releases/download/v2.5.0/prometheus-2.5.0.linux-armv6.tar.gz
+ sha256sums_armv6h = 36c34acf26e2a7273f4a8a05deae1f590f15f2019fb38b5114233c1160d38cbf
+ source_armv7h = https://github.com/prometheus/prometheus/releases/download/v2.5.0/prometheus-2.5.0.linux-armv7.tar.gz
+ sha256sums_armv7h = bb6e776d908af4f5905259ddbc61d41bb43369414e537d28c8378e8e3484bc3c
pkgname = prometheus-bin
diff --git a/.gitignore b/.gitignore
index 4844d0972fc5..a74a0740a30c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,4 @@ pkg/
*.pkg.tar.xz
*.pkg.tar
*.src.tar.gz
-prometheus-*.linux-amd64.tar.gz
+prometheus-*.linux-*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2ec83c1ae8d5..acf4f8d159d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=2.4.3
+pkgver=2.5.0
pkgrel=1
pkgdesc="An open-source service monitoring system and time series database (binary, not built from source)"
arch=('x86_64' 'arm' 'armv6h' 'armv7h')
@@ -19,10 +19,10 @@ source_arm=("https://github.com/prometheus/prometheus/releases/download/v${pkgve
source_armv6h=("https://github.com/prometheus/prometheus/releases/download/v${pkgver}/prometheus-${pkgver}.linux-armv6.tar.gz" )
source_armv7h=("https://github.com/prometheus/prometheus/releases/download/v${pkgver}/prometheus-${pkgver}.linux-armv7.tar.gz" )
sha256sums=('0c99b68b282d72feb9fd2bc0b190554659a59dada74ec92ca2b2f48016a9b805')
-sha256sums_x86_64=('3aa063498ab3b4d1bee103d80098ba33d02b3fed63cb46e47e1d16290356db8a')
-sha256sums_arm=('ceb8f4849ce82fe444c9177cb00975aeca23142e97b588da79f287f71f8756f4')
-sha256sums_armv6h=('c8405cc997f4b98843a4ac2c5a2c17fcfdb0a836c4d1962d7b885784560940b6')
-sha256sums_armv7h=('3d73acbd66c1e99e453e2eca8da265ed8a8c7a655c2b344cbc1747fdb030a508')
+sha256sums_x86_64=('6f1203c3ec540346bb346641eb43a74fde2992cda23b6c9e0f876f95a646cda1')
+sha256sums_arm=('a2830b9e4a1e69a7d9a9dbb43ac15fab10d921ebde2e88fbc18c91d0096f14f2')
+sha256sums_armv6h=('36c34acf26e2a7273f4a8a05deae1f590f15f2019fb38b5114233c1160d38cbf')
+sha256sums_armv7h=('bb6e776d908af4f5905259ddbc61d41bb43369414e537d28c8378e8e3484bc3c')
package() {
case "$CARCH" in