summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlashbunny2018-06-30 18:56:35 -0400
committerSlashbunny2018-06-30 18:56:35 -0400
commit948fec26f6285de46c28770a9f36a1f060aa89f8 (patch)
tree539d24880916f893f59f672ed8050d406c5d3c12
parent9dad4ac45c4993dc77e7563921a5866dbc1aa4ce (diff)
downloadaur-948fec26f6285de46c28770a9f36a1f060aa89f8.tar.gz
Update to 2.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57be8f9e2b0b..7115701d4750 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 28 22:29:30 UTC 2018
+# Sat Jun 30 22:56:24 UTC 2018
pkgbase = prometheus-bin
pkgdesc = An open-source service monitoring system and time series database (binary, not built from source)
- pkgver = 2.2.1
+ pkgver = 2.3.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.2.1/prometheus-2.2.1.linux-amd64.tar.gz
+ source = https://github.com/prometheus/prometheus/releases/download/v2.3.1/prometheus-2.3.1.linux-amd64.tar.gz
sha256sums = 0c99b68b282d72feb9fd2bc0b190554659a59dada74ec92ca2b2f48016a9b805
- sha256sums = ec1798dbda1636f49d709c3931078dc17eafef76c480b67751aa09828396cf31
+ sha256sums = adb76021fcff8a2a8363de8739fcb7ff5647c2a0ff90b2c02dcb56cf0cd836f0
pkgname = prometheus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 36fd1172ba71..a0e7d181bbc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-bin
-pkgver=2.2.1
+pkgver=2.3.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'
- 'ec1798dbda1636f49d709c3931078dc17eafef76c480b67751aa09828396cf31')
+ 'adb76021fcff8a2a8363de8739fcb7ff5647c2a0ff90b2c02dcb56cf0cd836f0')
package() {
cd "${srcdir}/prometheus-${pkgver}.linux-amd64"