comparison src/libntlm.mk @ 7128:bdd9275eb4b3

* src/libntlm.mk: update to v1.7
author John Donoghue <john.donoghue@ieee.org>
date Thu, 28 Mar 2024 08:05:06 -0400
parents a00679ec5eca
children
comparison
equal deleted inserted replaced
7127:813f01f4b47c 7128:bdd9275eb4b3
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 := libntlm 4 PKG := libntlm
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.6 6 $(PKG)_VERSION := 1.7
7 $(PKG)_CHECKSUM := d6f9b69f154d82d0f9a49e9686b79fc03f21c3c6 7 $(PKG)_CHECKSUM := fb9dcff61221e3ff503ec7133aafa1458df60c63
8 $(PKG)_SUBDIR := libntlm-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := libntlm-$($(PKG)_VERSION)
9 $(PKG)_FILE := libntlm-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := libntlm-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := https://download.savannah.nongnu.org/releases/libntlm/$($(PKG)_FILE) 10 $(PKG)_URL := https://download.savannah.nongnu.org/releases/libntlm/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12