From: Rosen Penev Date: Fri, 8 Jun 2018 02:09:05 +0000 (-0700) Subject: yaml: Update to 0.1.7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=6c55bd2449784c0aacbf215b8206187b74c57a13;p=openwrt-packages.git yaml: Update to 0.1.7 Changed URL to HTTPS as well. Signed-off-by: Rosen Penev --- diff --git a/libs/yaml/Makefile b/libs/yaml/Makefile index 22f98ee07..e94368b2b 100644 --- a/libs/yaml/Makefile +++ b/libs/yaml/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yaml -PKG_VERSION:=0.1.6 +PKG_VERSION:=0.1.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pyyaml.org/download/libyaml/ -PKG_HASH:=7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749 +PKG_SOURCE_URL:=https://pyyaml.org/download/libyaml/ +PKG_HASH:=8088e457264a98ba451a90b8661fcb4f9d6f478f7265d48322a196cec2480729 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=COPYING