Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / prometheus-fastly-exporter
Commits: f35ca160 by Robin Candau at 2025-11-12T21:58:04+01:00 upgpkg: 10.0.0-1: New upstream release https://github.com/fastly/fastly-exporter/releases/tag/v10.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = prometheus-fastly-exporter pkgdesc = A Prometheus exporter for the Fastly Real-time Analytics API - pkgver = 9.5.0 + pkgver = 10.0.0 pkgrel = 1 url = https://github.com/fastly/fastly-exporter arch = x86_64 @@ -10,8 +10,8 @@ pkgbase = prometheus-fastly-exporter depends = glibc provides = fastly-exporter replaces = fastly-exporter - source = git+https://github.com/fastly/fastly-exporter.git#tag=v9.5.0?signed + source = git+https://github.com/fastly/fastly-exporter.git#tag=v10.0.0?signed validpgpkeys = 579A3981735976C495E14BBD5502B4407A5DED4D - sha256sums = 7441622793dd1c52064732bfb0e183289bdd54918ee937a57926a5618a2b3882 + sha256sums = e13ccd20630940401d651c4734b5291feb630e76782aa7afa29d8b49da77b771 pkgname = prometheus-fastly-exporter ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=prometheus-fastly-exporter _pkgname=fastly-exporter -pkgver=9.5.0 +pkgver=10.0.0 pkgrel=1 pkgdesc="A Prometheus exporter for the Fastly Real-time Analytics API" url="https://github.com/fastly/fastly-exporter" @@ -13,7 +13,7 @@ makedepends=('git' 'go') provides=("${_pkgname}") replaces=("${_pkgname}") source=("git+${url}.git#tag=v${pkgver}?signed") -sha256sums=('7441622793dd1c52064732bfb0e183289bdd54918ee937a57926a5618a2b3882') +sha256sums=('e13ccd20630940401d651c4734b5291feb630e76782aa7afa29d8b49da77b771') validpgpkeys=('579A3981735976C495E14BBD5502B4407A5DED4D') # Lukas Eklund <[email protected]> prepare(){ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-fastly-exporter/-/commit/f35ca1604e8edd7490cd7050dc8828e410d5eeb0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-fastly-exporter/-/commit/f35ca1604e8edd7490cd7050dc8828e410d5eeb0 You're receiving this email because of your account on gitlab.archlinux.org.
