comparison src/libproxy.mk @ 6312:950041ceb783

* src/libproxy.mk: update to v0.4.18
author John Donoghue <john.donoghue@ieee.org>
date Tue, 12 Jul 2022 16:22:22 -0400
parents e79f35ea04fb
children 4b8764444acb
comparison
equal deleted inserted replaced
6311:9a25fc6a12e9 6312:950041ceb783
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 := libproxy 4 PKG := libproxy
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.4.17 6 $(PKG)_VERSION := 0.4.18
7 $(PKG)_CHECKSUM := cded2be341aa15bb1dc4ba574c0687e2ba8d59b2 7 $(PKG)_CHECKSUM := bbd709a204b943df0e317e37efa7c3365880ca7b
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz 9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
10 $(PKG)_URL := https://github.com/libproxy/libproxy/archive/$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/libproxy/libproxy/archive/$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12