diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-06-26 14:01:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-26 14:01:35 -0700 |
commit | 61b143064b45d3d59a6a3f56c5fc2380a2da1d4d (patch) | |
tree | 5135e7d1cb62e77b903777ab009e3897b39296ec | |
parent | 6eb2b52d0289b0b244bc0844fe3a7815219684eb (diff) | |
parent | 07a1493e32fa6bebca54878673fc58369b4f2e48 (diff) |
Merge pull request #12610 from neheb/yamll
yaml: update to 0.2.5
-rw-r--r-- | libs/yaml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/yaml/Makefile b/libs/yaml/Makefile index 83e25a50f..fcf06a501 100644 --- a/libs/yaml/Makefile +++ b/libs/yaml/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=yaml -PKG_VERSION:=0.2.4 +PKG_VERSION:=0.2.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://pyyaml.org/download/libyaml/ -PKG_HASH:=d80aeda8747b7c26fbbfd87ab687786e58394a8435ae3970e79cb97882e30557 +PKG_HASH:=c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4 PKG_MAINTAINER:= PKG_LICENSE:=MIT |