diff options
author | GoliathLabs | 2020-06-15 14:29:10 +0200 |
---|---|---|
committer | GoliathLabs | 2020-06-15 14:29:10 +0200 |
commit | a24c87424e2eb4d50672f4d9e2e8ed9609f2ee4e (patch) | |
tree | b4a88277d08f23d49d945961464906cb09c4ae5d /.SRCINFO | |
parent | 026c44075a0706538ad7633b94ee8c8d598ae7f7 (diff) | |
download | aur-prometheus-push-gateway-bin.tar.gz |
Updated: 1.2.0
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -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 |