aboutsummaryrefslogtreecommitdiff
path: root/libs/yaml
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-06-07 19:09:05 -0700
committerGitHub <noreply@github.com>2018-06-07 19:09:05 -0700
commit6c55bd2449784c0aacbf215b8206187b74c57a13 (patch)
treedb9e69af2e38aca86fcbca7e312f13a1b58f35d4 /libs/yaml
parent39f3aa22776b8f09d6d83f07c4a917c3018ceeb7 (diff)
yaml: Update to 0.1.7
Changed URL to HTTPS as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/yaml')
-rw-r--r--libs/yaml/Makefile6
1 files changed, 3 insertions, 3 deletions
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