Skip to content
Snippets Groups Projects
Commit 3dd41469 authored by Johannes Kauffmann's avatar Johannes Kauffmann Committed by Steve Lhomme
Browse files

contrib: gcrypt: switch URL to HTTPS

This avoids a redirection. It was also the only gnupg.org URL which
didn't use HTTPS already.
parent d568e3d8
No related branches found
No related tags found
1 merge request!3201contrib: gcrypt: switch URL to HTTPS
Pipeline #309854 passed with stage
in 44 minutes and 56 seconds
# GCRYPT
GCRYPT_VERSION := 1.10.1
GCRYPT_URL := http://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$(GCRYPT_VERSION).tar.bz2
GCRYPT_URL := https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-$(GCRYPT_VERSION).tar.bz2
PKGS += gcrypt
ifeq ($(call need_pkg,"libgcrypt"),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment