packaging: refresh 5.2.4 source checksums [skip ci]
This commit is contained in:
parent
353b649bec
commit
c27e3d5528
3 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ checkdepends=('python')
|
||||||
|
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cristiancmoises/zupt/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
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.
|
# Byte-reproducible upstream v5.2.4 source archive.
|
||||||
sha256sums=('729377a50caaadcb6861bdc4c13379eade2f6cf413f9fb64a769677a5497c057')
|
sha256sums=('425a950960c36086bffe6e2504f7ab3d8a8c5ef1cc76b6f04c62182e108fb32b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${pkgname}-${pkgver}"
|
cd "${pkgname}-${pkgver}"
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@
|
||||||
"/releases/download/v" %zupt-version
|
"/releases/download/v" %zupt-version
|
||||||
"/zupt-" %zupt-version ".tar.gz"))
|
"/zupt-" %zupt-version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0my0jxa7lrv9lxjgpy8kyin2zppag4rw3i5xc5lcpbda1jjpg4vj"))))
|
(base32 "0axkiw82w6329kqbcxncy5g8r2ixmgvh89bfzszqcq63c04ranj2"))))
|
||||||
|
|
||||||
(define-public zupt
|
(define-public zupt
|
||||||
(package
|
(package
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ class Zupt < Formula
|
||||||
homepage "https://github.com/cristiancmoises/zupt"
|
homepage "https://github.com/cristiancmoises/zupt"
|
||||||
url "https://github.com/cristiancmoises/zupt/releases/download/v5.2.4/zupt-5.2.4.tar.gz"
|
url "https://github.com/cristiancmoises/zupt/releases/download/v5.2.4/zupt-5.2.4.tar.gz"
|
||||||
version "5.2.4"
|
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"]
|
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
|
depends_on "python@3.12" => :test # only for test-suite tamper harness
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue