diff --git a/packaging/aur/PKGBUILD b/packaging/aur/PKGBUILD index b5cffea..241270a 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=('07e213a246bb77ccb77be9814ce2c8505ce446eb4eef12b0d768dad532991ed1') +sha256sums=('3a2a87948a02a3b97a60306e5a1987612dff2edb345a5628b9998461532539ad') build() { cd "${pkgname}-${pkgver}" diff --git a/packaging/guix/zupt.scm b/packaging/guix/zupt.scm index e4f7660..bb8a470 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 "1l8yk4rdbnk8syq15vsfxd3f8p2hr3i4r0g9gfvwqxxv8si17qh7")))) + (base32 "1b9r4m9n314rp4l5cnilvcpgybb1hwcmlvihc1xbk8q2iaa8fais")))) (define-public zupt (package diff --git a/packaging/homebrew/zupt.rb b/packaging/homebrew/zupt.rb index 6f324b5..402a592 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 "07e213a246bb77ccb77be9814ce2c8505ce446eb4eef12b0d768dad532991ed1" + sha256 "3a2a87948a02a3b97a60306e5a1987612dff2edb345a5628b9998461532539ad" 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