comparison src/libunistring.mk @ 4820:c68fb0e7a376

* src/libunistring.mk: update version/checmsum for 0.9.10
author John Donoghue
date Thu, 23 Aug 2018 16:57:46 -0400
parents abed69834834
children 13d5b82424f7
comparison
equal deleted inserted replaced
4819:384ce61b7d4b 4820:c68fb0e7a376
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 := libunistring 4 PKG := libunistring
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.9.9 6 $(PKG)_VERSION := 0.9.10
7 $(PKG)_CHECKSUM := 8d86107da1e099d999e93712374fbd8550bedc9e 7 $(PKG)_CHECKSUM := 1e7493a3ad8c4a1e514600b768c7229576fe5125
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://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE) 10 $(PKG)_URL := http://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE)
11 $(PKG)_DEPS := libiconv 11 $(PKG)_DEPS := libiconv
12 12