summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2018-07-15 14:53:43 -0400
committerSlashbunny2018-07-15 14:53:43 -0400
commitf1d5429882407ac4a8900567c1219fc882f2f783 (patch)
treec49af0ccb536e8683230327d381760c036fe773c
parent948fec26f6285de46c28770a9f36a1f060aa89f8 (diff)
downloadaur-f1d5429882407ac4a8900567c1219fc882f2f783.tar.gz
Update to latest version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7115701d4750..119b009dfdf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jun 30 22:56:24 UTC 2018
+# Sun Jul 15 18:53:00 UTC 2018
pkgbase = prometheus-bin
pkgdesc = An open-source service monitoring system and time series database (binary, not built from source)
- pkgver = 2.3.1
+ pkgver = 2.3.2
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.3.1/prometheus-2.3.1.linux-amd64.tar.gz
+ source = https://github.com/prometheus/prometheus/releases/download/v2.3.2/prometheus-2.3.2.linux-amd64.tar.gz
sha256sums = 0c99b68b282d72feb9fd2bc0b190554659a59dada74ec92ca2b2f48016a9b805
- sha256sums = adb76021fcff8a2a8363de8739fcb7ff5647c2a0ff90b2c02dcb56cf0cd836f0
+ sha256sums = 351931fe9bb252849b7d37183099047fbe6d7b79dcba013fb6ae19cc1bbd8552
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index a0e7d181bbc2..377821b0cffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=2.3.1
+pkgver=2.3.2
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'
- 'adb76021fcff8a2a8363de8739fcb7ff5647c2a0ff90b2c02dcb56cf0cd836f0')
+ '351931fe9bb252849b7d37183099047fbe6d7b79dcba013fb6ae19cc1bbd8552')
package() {
cd "${srcdir}/prometheus-${pkgver}.linux-amd64"