summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Czernia2019-02-01 11:25:56 +0100
committerNils Czernia2019-02-01 11:27:05 +0100
commita21f4d7807502da98bea265a2a6e00d94c5dcd6b (patch)
tree777ebef0768b6d8ab981bb97eb38c1af2ab6d57a
parent3bbe400234b99f6ac1abab4015bee5c42e88ae9e (diff)
downloadaur-a21f4d7807502da98bea265a2a6e00d94c5dcd6b.tar.gz
Updated to version 0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3681639944e3..e182e4d8067f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = prometheus-push-gateway-bin
pkgdesc = Prometheus push acceptor for ephemeral and batch jobs
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/prometheus/pushgateway
arch = x86_64
license = Apache
- source = https://github.com/prometheus/pushgateway/releases/download/v0.6.0/pushgateway-0.6.0.linux-amd64.tar.gz
+ source = https://github.com/prometheus/pushgateway/releases/download/v0.7.0/pushgateway-0.7.0.linux-amd64.tar.gz
source = prometheus-push-gateway.service
- sha256sums = f264fe51ff904f648656ce2cdca4256878de307f40c61d51eb8700aae94390ce
+ sha256sums = 902849c94dc275f157899f7fee1b2f23efbd3bbdb6c3a3c42e503f4439f74ed2
sha256sums = fe0ec9b3f18f2f35177fdf8dd8bd5ef0cee3189b65051b4239ad2ba1f5e9961c
pkgname = prometheus-push-gateway-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5ac71c18c815..d36633cf3d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Czernia <nils@czserver.de>
pkgname=prometheus-push-gateway-bin
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="Prometheus push acceptor for ephemeral and batch jobs "
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
makedepends=()
source=("https://github.com/prometheus/pushgateway/releases/download/v${pkgver}/pushgateway-${pkgver}.linux-amd64.tar.gz"
"prometheus-push-gateway.service")
-sha256sums=('f264fe51ff904f648656ce2cdca4256878de307f40c61d51eb8700aae94390ce'
+sha256sums=('902849c94dc275f157899f7fee1b2f23efbd3bbdb6c3a3c42e503f4439f74ed2'
'fe0ec9b3f18f2f35177fdf8dd8bd5ef0cee3189b65051b4239ad2ba1f5e9961c')
package() {