From c27e3d5528c2a2b69b2c7f3fc18d8ab8c708317e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= Date: Mon, 31 Aug 2026 16:23:53 -0300 Subject: [PATCH] packaging: refresh 5.2.4 source checksums [skip ci] --- 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 43c701c..ab9dbf8 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.4 source archive. -sha256sums=('729377a50caaadcb6861bdc4c13379eade2f6cf413f9fb64a769677a5497c057') +sha256sums=('425a950960c36086bffe6e2504f7ab3d8a8c5ef1cc76b6f04c62182e108fb32b') build() { cd "${pkgname}-${pkgver}" diff --git a/packaging/guix/zupt.scm b/packaging/guix/zupt.scm index 4e7c19b..0c55115 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 "0my0jxa7lrv9lxjgpy8kyin2zppag4rw3i5xc5lcpbda1jjpg4vj")))) + (base32 "0axkiw82w6329kqbcxncy5g8r2ixmgvh89bfzszqcq63c04ranj2")))) (define-public zupt (package diff --git a/packaging/homebrew/zupt.rb b/packaging/homebrew/zupt.rb index 685b6a2..d1b8ffd 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.4/zupt-5.2.4.tar.gz" version "5.2.4" - sha256 "729377a50caaadcb6861bdc4c13379eade2f6cf413f9fb64a769677a5497c057" + sha256 "425a950960c36086bffe6e2504f7ab3d8a8c5ef1cc76b6f04c62182e108fb32b" 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