libgcrypt: use https for source URL

This commit is contained in:
Juergen Daubert 2021-01-30 14:12:40 +01:00
parent 574076c8ce
commit 796c19870f
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TUFjeHZuHlXrWDHdOHTT+8uQ69mplyGCKQXamCU7O76saRZnr+5Y6FwE/V5XtyXFxRLBB5m6u9pInpEtNmYmw0=
SHA256 (Pkgfile) = 748dff30e8927d40a9fc8ad5b1993e0fea9b25a05b3a5704393384068c6ab109
RWSE3ohX2g5d/XgvKiRKiscyrUCBx+n6hz7NsmP8CATAgzv+GQaY2ClV2OmHKVz55EHvwkF6/JDxQ3BkfnrhyIqsrAPsYNa8NAg=
SHA256 (Pkgfile) = f6f437006705ab703a9704f46b1a8acd9f5a944b3dc8b292df52838288c060cd
SHA256 (.footprint) = 1ca1362b57480151e33fc0838bfcc60c9e68f1e9d4918903caa0c00fd559d417
SHA256 (libgcrypt-1.9.1.tar.bz2) = c5a67a8b9b2bd370fb415ed1ee31c7172e5683076493cf4a3678a0fbdf0265d9

View File

@ -1,12 +1,12 @@
# Description: A general purpose cryptographic library based on GnuPG
# URL: http://www.gnupg.org
# URL: https://www.gnupg.org
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: libgpg-error
name=libgcrypt
version=1.9.1
release=1
source=(ftp://ftp.gnupg.org/gcrypt/libgcrypt/$name-$version.tar.bz2)
source=(https://www.gnupg.org/ftp/gcrypt/libgcrypt/$name-$version.tar.bz2)
build() {
cd $name-$version