comparison src/nettle.mk @ 6344:e95e161e5eae

* src/nettle.mk: update to v3.8.1
author John Donoghue <john.donoghue@ieee.org>
date Thu, 28 Jul 2022 08:11:31 -0400
parents 4bb2a069234f
children d6bf49f04860
comparison
equal deleted inserted replaced
6343:defc73aa0f87 6344:e95e161e5eae
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 := nettle 4 PKG := nettle
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.8 6 $(PKG)_VERSION := 3.8.1
7 $(PKG)_CHECKSUM := 17954e8e4c980a124e9e1aa24d87451d24a65a7b 7 $(PKG)_CHECKSUM := 1be40366f8db2d5bb65e45883d6d76a96b39eb73
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://www.lysator.liu.se/~nisse/archive/$($(PKG)_FILE) 10 $(PKG)_URL := http://www.lysator.liu.se/~nisse/archive/$($(PKG)_FILE)
11 $(PKG)_DEPS := gmp 11 $(PKG)_DEPS := gmp
12 12