From ebb9ab3aa1d42c50030ca02883f6162dc4771fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= Date: Mon, 31 Aug 2026 21:37:11 -0300 Subject: [PATCH] packaging: repin canonical 5.2.8 archive --- packaging/aur/PKGBUILD | 2 +- packaging/guix/zupt.scm | 2 +- packaging/homebrew/zupt.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/aur/PKGBUILD b/packaging/aur/PKGBUILD index a212869..5cec646 100644 --- a/packaging/aur/PKGBUILD +++ b/packaging/aur/PKGBUILD @@ -23,7 +23,7 @@ checkdepends=('python') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cristiancmoises/zupt/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz") # Byte-reproducible upstream v5.2.8 source archive. -sha256sums=('7dcc72ae4fe287ac2c033070f959510998a9714aef9fde5b0f6c27365e3c88e7') +sha256sums=('378b9506211545b9594cf0d38ac8955d9b1cac34eb6b379ae0ec26b84edb65f7') build() { cd "${pkgname}-${pkgver}" diff --git a/packaging/guix/zupt.scm b/packaging/guix/zupt.scm index 9917b53..ec60fa5 100644 --- a/packaging/guix/zupt.scm +++ b/packaging/guix/zupt.scm @@ -72,7 +72,7 @@ "/releases/download/v" %zupt-version "/zupt-" %zupt-version ".tar.gz")) (sha256 - (base32 "1rw87ig3c9vc1xdxx7zg99qsk609a5czjw1h0cnar1z29yp75k3x")))) + (base32 "1xv5vd7bh9pcw2d3fszb6jn1r6sxjp48mlzh9icvji8m4439b2rp")))) (define-public zupt (package diff --git a/packaging/homebrew/zupt.rb b/packaging/homebrew/zupt.rb index 219c4a2..5b2164e 100644 --- a/packaging/homebrew/zupt.rb +++ b/packaging/homebrew/zupt.rb @@ -24,7 +24,7 @@ class Zupt < Formula homepage "https://github.com/cristiancmoises/zupt" url "https://github.com/cristiancmoises/zupt/releases/download/v5.2.8/zupt-5.2.8.tar.gz" version "5.2.8" - sha256 "7dcc72ae4fe287ac2c033070f959510998a9714aef9fde5b0f6c27365e3c88e7" + sha256 "378b9506211545b9594cf0d38ac8955d9b1cac34eb6b379ae0ec26b84edb65f7" license all_of: ["AGPL-3.0-or-later", "GPL-3.0-or-later", "BSD-2-Clause", "BSD-3-Clause", "CC0-1.0"] depends_on "python@3.12" => :test # only for test-suite tamper harness