summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2018-03-28 18:29:47 -0400
committerSlashbunny2018-03-28 18:29:47 -0400
commit9dad4ac45c4993dc77e7563921a5866dbc1aa4ce (patch)
tree235d35ac0816cb9bdf135fce99cddf5814829900
parentb12a55d737d9ba33043af0f7c9221647f3711a1d (diff)
downloadaur-9dad4ac45c4993dc77e7563921a5866dbc1aa4ce.tar.gz
Update latest upstream
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d65e6eb3320..57be8f9e2b0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 23 07:05:42 UTC 2017
+# Wed Mar 28 22:29:30 UTC 2018
pkgbase = prometheus-bin
pkgdesc = An open-source service monitoring system and time series database (binary, not built from source)
- pkgver = 2.0.0
+ pkgver = 2.2.1
pkgrel = 1
url = http://prometheus.io
install = prometheus.install
@@ -13,9 +13,9 @@ pkgbase = prometheus-bin
conflicts = prometheus-git
backup = etc/prometheus/prometheus.yml
source = prometheus.service
- source = https://github.com/prometheus/prometheus/releases/download/v2.0.0/prometheus-2.0.0.linux-amd64.tar.gz
+ source = https://github.com/prometheus/prometheus/releases/download/v2.2.1/prometheus-2.2.1.linux-amd64.tar.gz
sha256sums = 0c99b68b282d72feb9fd2bc0b190554659a59dada74ec92ca2b2f48016a9b805
- sha256sums = e12917b25b32980daee0e9cf879d9ec197e2893924bd1574604eb0f550034d46
+ sha256sums = ec1798dbda1636f49d709c3931078dc17eafef76c480b67751aa09828396cf31
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 28109985ea62..36fd1172ba71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=2.0.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="An open-source service monitoring system and time series database (binary, not built from source)"
arch=('x86_64')
@@ -16,7 +16,7 @@ backup=('etc/prometheus/prometheus.yml')
source=('prometheus.service'
"https://github.com/prometheus/prometheus/releases/download/v${pkgver}/prometheus-${pkgver}.linux-amd64.tar.gz" )
sha256sums=('0c99b68b282d72feb9fd2bc0b190554659a59dada74ec92ca2b2f48016a9b805'
- 'e12917b25b32980daee0e9cf879d9ec197e2893924bd1574604eb0f550034d46')
+ 'ec1798dbda1636f49d709c3931078dc17eafef76c480b67751aa09828396cf31')
package() {
cd "${srcdir}/prometheus-${pkgver}.linux-amd64"