summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-06-15 14:29:10 +0200
committerGoliathLabs2020-06-15 14:29:10 +0200
commita24c87424e2eb4d50672f4d9e2e8ed9609f2ee4e (patch)
treeb4a88277d08f23d49d945961464906cb09c4ae5d
parent026c44075a0706538ad7633b94ee8c8d598ae7f7 (diff)
downloadaur-a24c87424e2eb4d50672f4d9e2e8ed9609f2ee4e.tar.gz
Updated: 1.2.0
-rw-r--r--.SRCINFO21
-rw-r--r--PKGBUILD16
2 files changed, 21 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70f7c21eb507..741aff188f7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,26 @@
pkgbase = prometheus-push-gateway-bin
pkgdesc = Prometheus push acceptor for ephemeral and batch jobs
- pkgver = 1.0.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/prometheus/pushgateway
arch = x86_64
arch = arm
arch = armv6h
arch = armv7h
+ arch = aarch64
license = Apache
source = prometheus-push-gateway.service
sha256sums = fe0ec9b3f18f2f35177fdf8dd8bd5ef0cee3189b65051b4239ad2ba1f5e9961c
- source_x86_64 = https://github.com/prometheus/pushgateway/releases/download/v1.0.0/pushgateway-1.0.0.linux-amd64.tar.gz
- sha256sums_x86_64 = 5dc6472806ba143b9b6b54f79e5362db3b517acf92e524923fcaf4f184908505
- source_arm = https://github.com/prometheus/pushgateway/releases/download/v1.0.0/pushgateway-1.0.0.linux-armv5.tar.gz
- sha256sums_arm = c3b3659598c3f5a5a31298b538f269061587db5ca5bb352408e9a1212ec3bbab
- source_armv6h = https://github.com/prometheus/pushgateway/releases/download/v1.0.0/pushgateway-1.0.0.linux-armv6.tar.gz
- sha256sums_armv6h = 4a30f617c3ef7afd6bc53d38ef476b115092734fbb9d6aa85ad2bc1e5418cba2
- source_armv7h = https://github.com/prometheus/pushgateway/releases/download/v1.0.0/pushgateway-1.0.0.linux-armv7.tar.gz
- sha256sums_armv7h = 86d8bf2414fac520234260d9bafb0bae8913cbadc17dbaa939636c84ecabe92c
+ source_x86_64 = https://github.com/prometheus/pushgateway/releases/download/v1.2.0/pushgateway-1.2.0.linux-amd64.tar.gz
+ sha256sums_x86_64 = fb64bc01078ff4af1b4677f29363209845188010ed25cef3cef9ede9646d548e
+ source_arm = https://github.com/prometheus/pushgateway/releases/download/v1.2.0/pushgateway-1.2.0.linux-armv5.tar.gz
+ sha256sums_arm = 002bb8c6d1e0d016ff0528c7fe660d2d1d7e7b2a6c111379d2ab76d4b676c057
+ source_armv6h = https://github.com/prometheus/pushgateway/releases/download/v1.2.0/pushgateway-1.2.0.linux-armv6.tar.gz
+ sha256sums_armv6h = cfe4441396f56ac724024eda4e34e365e180fc029b6ea2aaa49f35d3d474c60f
+ source_armv7h = https://github.com/prometheus/pushgateway/releases/download/v1.2.0/pushgateway-1.2.0.linux-armv7.tar.gz
+ sha256sums_armv7h = 91cb568915665b35ee4931874ed1939f6b6af70349770462d3b015d7028bf089
+ source_aarch64 = https://github.com/prometheus/pushgateway/releases/download/v1.2.0/pushgateway-1.2.0.linux-arm64.tar.gz
+ sha256sums_aarch64 = 2cae5c029273c649a8cf1580a3a05e39da8a1e06569a172768d8278bce405d92
pkgname = prometheus-push-gateway-bin
diff --git a/PKGBUILD b/PKGBUILD
index efdd49a3f173..7441d6d5715d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Nils Czernia <nils@czserver.de>
+# Maintainer: Felix Golatofski <contact@xdfr.de>Nils Czernia <nils@czserver.de>
pkgname=prometheus-push-gateway-bin
-pkgver=1.0.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Prometheus push acceptor for ephemeral and batch jobs "
-arch=("x86_64" "arm" "armv6h" "armv7h")
+arch=("x86_64" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/prometheus/pushgateway"
license=("Apache")
makedepends=()
@@ -13,11 +13,13 @@ source_x86_64=("https://github.com/prometheus/pushgateway/releases/download/v${p
source_arm=("https://github.com/prometheus/pushgateway/releases/download/v${pkgver}/pushgateway-${pkgver}.linux-armv5.tar.gz")
source_armv6h=("https://github.com/prometheus/pushgateway/releases/download/v${pkgver}/pushgateway-${pkgver}.linux-armv6.tar.gz")
source_armv7h=("https://github.com/prometheus/pushgateway/releases/download/v${pkgver}/pushgateway-${pkgver}.linux-armv7.tar.gz")
+source_aarch64=("https://github.com/prometheus/pushgateway/releases/download/v${pkgver}/pushgateway-${pkgver}.linux-arm64.tar.gz")
sha256sums=('fe0ec9b3f18f2f35177fdf8dd8bd5ef0cee3189b65051b4239ad2ba1f5e9961c')
-sha256sums_x86_64=('5dc6472806ba143b9b6b54f79e5362db3b517acf92e524923fcaf4f184908505')
-sha256sums_arm=('c3b3659598c3f5a5a31298b538f269061587db5ca5bb352408e9a1212ec3bbab')
-sha256sums_armv6h=('4a30f617c3ef7afd6bc53d38ef476b115092734fbb9d6aa85ad2bc1e5418cba2')
-sha256sums_armv7h=('86d8bf2414fac520234260d9bafb0bae8913cbadc17dbaa939636c84ecabe92c')
+sha256sums_x86_64=('fb64bc01078ff4af1b4677f29363209845188010ed25cef3cef9ede9646d548e')
+sha256sums_arm=('002bb8c6d1e0d016ff0528c7fe660d2d1d7e7b2a6c111379d2ab76d4b676c057')
+sha256sums_armv6h=('cfe4441396f56ac724024eda4e34e365e180fc029b6ea2aaa49f35d3d474c60f')
+sha256sums_armv7h=('91cb568915665b35ee4931874ed1939f6b6af70349770462d3b015d7028bf089')
+sha256sums_aarch64=('2cae5c029273c649a8cf1580a3a05e39da8a1e06569a172768d8278bce405d92')
package() {