Browse Source

yq: Update to 4.6.1

Fixed performance issue.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
lilik-openwrt-22.03
Tianling Shen 4 years ago
parent
commit
32515ced93
No known key found for this signature in database GPG Key ID: 6850B6345C862176
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 include $(TOPDIR)/rules.mk
PKG_NAME:=yq PKG_NAME:=yq
PKG_VERSION:=4.6.0
PKG_VERSION:=4.6.1
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/mikefarah/yq/tar.gz/v$(PKG_VERSION)? PKG_SOURCE_URL:=https://codeload.github.com/mikefarah/yq/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=67c2c4d832da46e3f2d2f364f8b85af5468c9dc1800d5cf066bd25ff5beb9a66
PKG_HASH:=a843b90e4e86efa310284823ab6f1249e4ae3c6aa5df4d61c10b0fdc543b267d
PKG_MAINTAINER:= PKG_MAINTAINER:=
PKG_LICENSE:=MIT PKG_LICENSE:=MIT


Loading…
Cancel
Save