packaging: pin 5.2.3 source archive checksums [skip ci]
This commit is contained in:
parent
09dc804b3e
commit
f623205f45
3 changed files with 4 additions and 4 deletions
|
|
@ -22,8 +22,8 @@ makedepends=('gcc' 'git' 'make')
|
||||||
checkdepends=('python')
|
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")
|
||||||
# Replace only after generating the byte-reproducible final release archive.
|
# Byte-reproducible upstream v5.2.3 source archive.
|
||||||
sha256sums=('REPLACE_AFTER_FINAL_ARCHIVE_SHA256')
|
sha256sums=('062f008751a4333bd88ad8a826b98066704b4cb9bc08a016f2f5083365b449d4')
|
||||||
|
|
||||||
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 "REPLACE_AFTER_FINAL_ARCHIVE_GUIX_BASE32"))))
|
(base32 "1m29nijk627my8ba025wp564nw36h2wjda6qibc3ncx4a63h0bq6"))))
|
||||||
|
|
||||||
(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.3/zupt-5.2.3.tar.gz"
|
url "https://github.com/cristiancmoises/zupt/releases/download/v5.2.3/zupt-5.2.3.tar.gz"
|
||||||
version "5.2.3"
|
version "5.2.3"
|
||||||
sha256 "REPLACE_AFTER_FINAL_ARCHIVE_SHA256"
|
sha256 "062f008751a4333bd88ad8a826b98066704b4cb9bc08a016f2f5083365b449d4"
|
||||||
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