Merge pull request #1823 from vszakats/patch-1

libidn2.mk: dedup slash after previous commit
This commit is contained in:
Tony Theodore 2017-07-15 11:21:06 +10:00 committed by GitHub
commit ddb8f483e3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ $(PKG)_VERSION := 2.0.2
$(PKG)_CHECKSUM := 8cd62828b2ab0171e0f35a302f3ad60c3a3fffb45733318b3a8205f9d187eeab
$(PKG)_SUBDIR := libidn2-$($(PKG)_VERSION)
$(PKG)_FILE := libidn2-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://ftp.gnu.org/gnu/libidn//$($(PKG)_FILE)
$(PKG)_URL := https://ftp.gnu.org/gnu/libidn/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libiconv libunistring
define $(PKG)_UPDATE