George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
pint
Commits:
d17b2ac0 by George Rawlinson at 2025-11-12T01:42:55+00:00
upgpkg: 0.77.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pint
pkgdesc = Rule linter/validator for Prometheus
- pkgver = 0.76.1
+ pkgver = 0.77.0
pkgrel = 1
url = https://github.com/cloudflare/pint
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = pint
makedepends = git
makedepends = go
depends = glibc
- source = pint::git+https://github.com/cloudflare/pint#tag=v0.76.1
- sha512sums =
fc4351f9153d880bb316c35754fa1e32ad58d6a670fd0f712c318346fd21cfd1830755dfd0bff7dd4ad6789fe534c3d182ba742d2e9d22d559c25c7bf288f7e3
- b2sums =
82545da92f773974eb83384f065497491d8be76e7fc8914d254d94c404788103c2ca28f886e82749179fbac20ab987970bfea62ea45dc24261bc7d57ed8ca6fb
+ source = pint::git+https://github.com/cloudflare/pint#tag=v0.77.0
+ sha512sums =
da474251624113b80ec9b0ae5d4f63aa41a021edfc1f0a95a7a6f93ad41d076dd38d8f9d4a1532045bef8db2aad9e35d2491504229a5a57ee8bba1680ecca9f8
+ b2sums =
b2438cd4d0f7c87259733af5ef5596e2f5e4066a5d7d4974a27992a391fec3a86d6f37f96dc2ce37ad793afa59b4fa986368f6676ef408c0cb0a38d5056be337
pkgname = pint
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=pint
-pkgver=0.76.1
+pkgver=0.77.0
pkgrel=1
pkgdesc='Rule linter/validator for Prometheus'
arch=(x86_64)
@@ -10,8 +10,8 @@ license=(Apache-2.0)
depends=(glibc)
makedepends=(git go)
source=("$pkgname::git+$url#tag=v$pkgver")
-sha512sums=('fc4351f9153d880bb316c35754fa1e32ad58d6a670fd0f712c318346fd21cfd1830755dfd0bff7dd4ad6789fe534c3d182ba742d2e9d22d559c25c7bf288f7e3')
-b2sums=('82545da92f773974eb83384f065497491d8be76e7fc8914d254d94c404788103c2ca28f886e82749179fbac20ab987970bfea62ea45dc24261bc7d57ed8ca6fb')
+sha512sums=('da474251624113b80ec9b0ae5d4f63aa41a021edfc1f0a95a7a6f93ad41d076dd38d8f9d4a1532045bef8db2aad9e35d2491504229a5a57ee8bba1680ecca9f8')
+b2sums=('b2438cd4d0f7c87259733af5ef5596e2f5e4066a5d7d4974a27992a391fec3a86d6f37f96dc2ce37ad793afa59b4fa986368f6676ef408c0cb0a38d5056be337')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pint/-/commit/d17b2ac02b0fc3ca51da5bfeb562ce67e9775184
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pint/-/commit/d17b2ac02b0fc3ca51da5bfeb562ce67e9775184
You're receiving this email because of your account on gitlab.archlinux.org.