Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / prometheus-fastly-exporter
Commits: 6a330c7b by Robin Candau at 2025-12-23T21:06:54+01:00 upgpkg: 10.2.0-1: New upstream release https://github.com/fastly/fastly-exporter/releases/tag/v10.2.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = prometheus-fastly-exporter pkgdesc = A Prometheus exporter for the Fastly Real-time Analytics API - pkgver = 10.1.0 - pkgrel = 2 + pkgver = 10.2.0 + pkgrel = 1 url = https://github.com/fastly/fastly-exporter arch = x86_64 license = Apache-2.0 @@ -11,11 +11,11 @@ pkgbase = prometheus-fastly-exporter provides = fastly-exporter replaces = fastly-exporter backup = etc/conf.d/prometheus-fastly-exporter - source = git+https://github.com/fastly/fastly-exporter.git#tag=v10.1.0?signed + source = git+https://github.com/fastly/fastly-exporter.git#tag=v10.2.0?signed source = prometheus-fastly-exporter.service source = prometheus-fastly-exporter.conf validpgpkeys = 579A3981735976C495E14BBD5502B4407A5DED4D - sha256sums = 73a235088dc165b60953900291800809b099fdd74610b8aee2d7183b0aea4d30 + sha256sums = 75902d589c0068f754d39c780419ca579f24fe74a9c40bc28f557ef124359d89 sha256sums = 5bc88b49e96e1778c9f4e01f4723fa25a1f1cf54f0757febaabeb4016d4cf773 sha256sums = 42c9d577ada85a5bb35fea5879142523c19593814340ec6fb8ad079e568c4945 ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ pkgname=prometheus-fastly-exporter _pkgname=fastly-exporter -pkgver=10.1.0 -pkgrel=2 +pkgver=10.2.0 +pkgrel=1 pkgdesc="A Prometheus exporter for the Fastly Real-time Analytics API" url="https://github.com/fastly/fastly-exporter" arch=('x86_64') @@ -16,7 +16,7 @@ backup=("etc/conf.d/${pkgname}") source=("git+${url}.git#tag=v${pkgver}?signed" "${pkgname}.service" "${pkgname}.conf") -sha256sums=('73a235088dc165b60953900291800809b099fdd74610b8aee2d7183b0aea4d30' +sha256sums=('75902d589c0068f754d39c780419ca579f24fe74a9c40bc28f557ef124359d89' '5bc88b49e96e1778c9f4e01f4723fa25a1f1cf54f0757febaabeb4016d4cf773' '42c9d577ada85a5bb35fea5879142523c19593814340ec6fb8ad079e568c4945') validpgpkeys=('579A3981735976C495E14BBD5502B4407A5DED4D') # Lukas Eklund <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-fastly-exporter/-/commit/6a330c7b70dd89d11435ecf7ed535059e12213e1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-fastly-exporter/-/commit/6a330c7b70dd89d11435ecf7ed535059e12213e1 You're receiving this email because of your account on gitlab.archlinux.org.
