Browse Source

Merge pull request #12042 from neheb/yaml

libyaml: update to 0.2.4
lilik-openwrt-22.03
Rosen Penev 4 years ago
committed by GitHub
parent
commit
e7d5b5bc17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libs/yaml/Makefile

+ 2
- 2
libs/yaml/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=yaml
PKG_VERSION:=0.2.2
PKG_VERSION:=0.2.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://pyyaml.org/download/libyaml/
PKG_HASH:=4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9
PKG_HASH:=d80aeda8747b7c26fbbfd87ab687786e58394a8435ae3970e79cb97882e30557
PKG_MAINTAINER:=
PKG_LICENSE:=MIT


Loading…
Cancel
Save