We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf151a commit 0b69c29Copy full SHA for 0b69c29
utils/yq/Makefile
@@ -1,12 +1,12 @@
1
include $(TOPDIR)/rules.mk
2
3
PKG_NAME:=yq
4
-PKG_VERSION:=4.14.2
+PKG_VERSION:=4.16.2
5
PKG_RELEASE:=$(AUTORELEASE)
6
7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
8
PKG_SOURCE_URL:=https://codeload.github.com/mikefarah/yq/tar.gz/v$(PKG_VERSION)?
9
-PKG_HASH:=2917a72bc0cb0fbd132b3257ff9162db83d129adc5670f7661c29a873684e04a
+PKG_HASH:=beb0f292d8375cddb82d25f11f5c203073c1d3e2437807450ddcad31758be8aa
10
11
PKG_MAINTAINER:=Tianling Shen <[email protected]>
12
PKG_LICENSE:=MIT
0 commit comments