wok-current diff gnupg/receipt @ rev 25707
Fix miss file need for grub2-efi install (kernel.img, modinfo.sh)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu May 30 20:14:23 2024 +0000 (5 months ago) |
parents | 83b97236db32 |
children |
line diff
1.1 --- a/gnupg/receipt Sat Feb 12 11:42:56 2022 +0000 1.2 +++ b/gnupg/receipt Thu May 30 20:14:23 2024 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gnupg" 1.7 -VERSION="2.2.19" 1.8 +VERSION="2.2.36" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Free implementation of the OpenPGP." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -28,7 +28,7 @@ 1.13 compile_rules() 1.14 { 1.15 # Integrity check: https://www.gnupg.org/download/integrity_check.html 1.16 - echo "e24a1208ffe69d7436b2f27e99542a85f34d0ac0 $SRC/$TARBALL" | sha1sum -c || 1.17 + echo "01e2f80d6579a3b3dc25547ad13632bf87dbc757 $SRC/$TARBALL" | sha1sum -c || 1.18 exit 1 1.19 1.20 export LDFLAGS="-lrt"