summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClaudia Pellegrino2024-06-13 08:36:28 +0200
committerClaudia Pellegrino2024-06-13 08:36:28 +0200
commitc68941fd4eb59d0ee67d4130b3e6791812850c1e (patch)
treea8f19af84fd63e41e67bdaec6359196bb82e9202 /PKGBUILD
parent862b082c211fb3d49107a41f0719c35d5d22e3dd (diff)
downloadaur-c68941fd4eb59d0ee67d4130b3e6791812850c1e.tar.gz
python-cyclonedx-lib v7.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da23d8017a8d..a9c02f9ae73b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-cyclonedx-lib
_gitpkgname=cyclonedx-python-lib
-pkgver=7.4.0
+pkgver=7.4.1
pkgrel=1
pkgdesc='Render and read CycloneDX, a lightweight BOM specification document format'
arch=('any')
@@ -36,9 +36,7 @@ source=(
"${_gitpkgname}-${pkgver}.tar.gz::https://github.com/CycloneDX/cyclonedx-python-lib/archive/refs/tags/v${pkgver}.tar.gz"
)
-sha512sums=(
- 'e282d69694d233b3856aed6fb36d3ef200c8fd5084463f68643c14e798a116ccaf2f766078e36c2c681d6671ec2f8618e9c5bf0ed3934e1aa99a2937ae902120'
-)
+sha512sums=('ffa4a3e334f155670faed58bbf1f4676454af6923c2f99fba9cff62296950b17ce043823a5980094dc4f6d7cb2a01219d22bac90c07c3cebd4c414c47f06be31')
prepare() {
cd "${srcdir}/${_gitpkgname}-${pkgver}"