Browse Source

- libgpg-error: bump version to 1.32

master
vanhofen 6 years ago
parent
commit
a3f525e43c
  1. 2
      make/archives.mk

2
make/archives.mk

@ -4,7 +4,7 @@ LIBGCRYPT_VER=1.8.1
$(ARCHIVE)/libgcrypt-$(LIBGCRYPT_VER).tar.gz: $(ARCHIVE)/libgcrypt-$(LIBGCRYPT_VER).tar.gz:
$(WGET) ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$(LIBGCRYPT_VER).tar.gz $(WGET) ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-$(LIBGCRYPT_VER).tar.gz
LIBGPG-ERROR_VER=1.27 LIBGPG-ERROR_VER=1.32
$(ARCHIVE)/libgpg-error-$(LIBGPG-ERROR_VER).tar.bz2: $(ARCHIVE)/libgpg-error-$(LIBGPG-ERROR_VER).tar.bz2:
$(WGET) ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(LIBGPG-ERROR_VER).tar.bz2 $(WGET) ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-$(LIBGPG-ERROR_VER).tar.bz2

Loading…
Cancel
Save