diff options
author | Mark Brand <mabrand@mabrand.nl> | 2018-12-05 21:54:26 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2018-12-05 21:54:26 (GMT) |
commit | b0e54976e062b24a5cca618a4137d30f56a4bc2d (patch) | |
tree | b64bb685ae007be06e6d5bc8495796630a075f2c /src/wget.mk | |
parent | 27c5d6cea1750403edab7a4d36e77e01f5adfee0 (diff) | |
download | mxe-b0e54976e062b24a5cca618a4137d30f56a4bc2d.zip mxe-b0e54976e062b24a5cca618a4137d30f56a4bc2d.tar.gz mxe-b0e54976e062b24a5cca618a4137d30f56a4bc2d.tar.bz2 |
update: harfbuzz, wget
Diffstat (limited to 'src/wget.mk')
-rw-r--r-- | src/wget.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wget.mk b/src/wget.mk index a4c5848..6060817 100644 --- a/src/wget.mk +++ b/src/wget.mk @@ -2,8 +2,8 @@ PKG := wget $(PKG)_WEBSITE := https://www.gnu.org/software/wget/ -$(PKG)_VERSION := 1.19.5 -$(PKG)_CHECKSUM := b39212abe1a73f2b28f4c6cb223c738559caac91d6e416a6d91d4b9d55c9faee +$(PKG)_VERSION := 1.20 +$(PKG)_CHECKSUM := 8a057925c74c059d9e37de63a63b450da66c5c1c8cef869a6df420b3bb45a0cf $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE) |