Browse Source

yq: Update to 4.22.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
lilik-openwrt-22.03
Tianling Shen 2 years ago
committed by Rosen Penev
parent
commit
b31615c63c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/yq/Makefile

+ 2
- 2
utils/yq/Makefile View File

@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=yq
PKG_VERSION:=4.21.1
PKG_VERSION:=4.22.1
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/mikefarah/yq/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=27ba049e24a2f40db4010ad6574ce866fa1d43f4cb064de286e344e3c7911ef0
PKG_HASH:=79b4f01774849323db7cc649a270ac4aaccacea2e97260b25f51a634670ecb6e
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
PKG_LICENSE:=MIT


Loading…
Cancel
Save