comparison src/libgpg_error.mk @ 5308:e8d4843a6b55

Update libgpg_error to v1.37 * src/libgpg_error-1-fixes.patch: new file * dist-files.mk: add ref to new file * src/libgpg_error.mk: update version, checksum
author John Donoghue
date Tue, 11 Feb 2020 15:56:08 -0500
parents f4c4ef93ddc4
children eecfec361b31
comparison
equal deleted inserted replaced
5307:904c78a5156c 5308:e8d4843a6b55
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := libgpg_error 4 PKG := libgpg_error
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.36 6 $(PKG)_VERSION := 1.37
7 $(PKG)_CHECKSUM := 5245ce38b198cecd57775fb3c7b7328ec1a2a615 7 $(PKG)_CHECKSUM := 6dff83371e0c03fe9ba468cc23d528a8c247785a
8 $(PKG)_SUBDIR := libgpg-error-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libgpg-error-$($(PKG)_VERSION)
9 $(PKG)_FILE := libgpg-error-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := libgpg-error-$($(PKG)_VERSION).tar.bz2
10 $(PKG)_URL := ftp://ftp.gnupg.org/gcrypt/libgpg-error/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.gnupg.org/gcrypt/libgpg-error/$($(PKG)_FILE)
11 $(PKG)_DEPS := gettext libiconv 11 $(PKG)_DEPS := gettext libiconv
12 12