annotate src/msys2-libgnutls.mk @ 5187:1687486bfe67

msys2: update to latest packages * src/msys2-dos2unix.mk, src/msys2-findutils.mk, src/msys2-libexpat.mk, src/msys2-libgcrypt.mk, src/msys2-libgnutls.mk, src/msys2-libopenssl.mk, src/msys2-libp11-kit.mk, src/msys2-libreadline.mk, src/msys2-mintty.mk, src/msys2-pacman.mk, src/msys2-perl.mk, src/src-msys2-dos2unix.mk, src/src-msys2-findutils.mk, src/src-msys2-libexpat.mk, src/src-msys2-libgcrypt.mk, src/src-msys2-libgnutls.mk, src/src-msys2-libopenssl.mk, src/src-msys2-libp11-kit.mk, src/src-msys2-libreadline.mk, src/src-msys2-mintty.mk, src/src-msys2-pacman.mk, src/src-msys2-perl.mk : update version, checksum
author John Donoghue
date Tue, 15 Oct 2019 16:36:41 -0400
parents d9bfc5d450c0
children a7bbb803f069
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
3
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
4 PKG := msys2-libgnutls
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
5 $(PKG)_NAME := libgnutls
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
6 $(PKG)_IGNORE :=
5187
1687486bfe67 msys2: update to latest packages
John Donoghue
parents: 5151
diff changeset
7 $(PKG)_VERSION := 3.6.10-1
1687486bfe67 msys2: update to latest packages
John Donoghue
parents: 5151
diff changeset
8 $(PKG)_x86_64_CS := 7cea2991439c14bfbb23354e4f66935916abbba9
1687486bfe67 msys2: update to latest packages
John Donoghue
parents: 5151
diff changeset
9 $(PKG)_i686_CS := 6a2f4c845b972acb91327e45aab154e08c19076b
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
10 $(PKG)_CS := $($(PKG)_$(MSYS2_ARCH)_CS)
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
11 $(PKG)_CHECKSUM := $($(PKG)_CS)
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
12 $(PKG)_SUBDIR :=
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
13 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION)-$(MSYS2_ARCH).pkg.tar.xz
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
14 $(PKG)_URL := $(MSYS2_URL)/$($(PKG)_FILE)/download
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
15
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
16 $(PKG)_DEPS :=
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
17
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
18 define $(PKG)_UPDATE
4822
14328ca36f61 Add MSYS2_PKG_UPDATE rule and use in msys2 packages
John Donoghue
parents: 4793
diff changeset
19 $(MSYS2_PKG_UPDATE)
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
20 endef
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
21
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
22 define $(PKG)_BUILD
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
23 $(MSYS2_PKG_BUILD)
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
24 endef