Skip to content
Snippets Groups Projects

contrib: gcrypt: switch URL to HTTPS

Merged Johannes Kauffmann requested to merge JohannesKauffmann/vlc2:gnupg-https into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
# 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"),)
Loading