Community maintained packages for ImmortalWrt.
修订版 | 656a24036313b17c069239262b4494c2446649b1 (tree) |
---|---|
时间 | 2022-01-23 18:48:29 |
作者 | Beginner <70857188+Beginner-Go@user...> |
Commiter | Tianling Shen |
yq: update to 4.17.2
(cherry picked from commit df67b0faf1b7df8cbc7f6b72f19d83a74ba6fbc7)
@@ -1,12 +1,12 @@ | ||
1 | 1 | include $(TOPDIR)/rules.mk |
2 | 2 | |
3 | 3 | PKG_NAME:=yq |
4 | -PKG_VERSION:=4.16.2 | |
4 | +PKG_VERSION:=4.17.2 | |
5 | 5 | PKG_RELEASE:=$(AUTORELEASE) |
6 | 6 | |
7 | 7 | PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
8 | 8 | PKG_SOURCE_URL:=https://codeload.github.com/mikefarah/yq/tar.gz/v$(PKG_VERSION)? |
9 | -PKG_HASH:=beb0f292d8375cddb82d25f11f5c203073c1d3e2437807450ddcad31758be8aa | |
9 | +PKG_HASH:=a1bd57ef70e9a8457b977de006d2904fdceae462eb548e8a89de8f1b1b727369 | |
10 | 10 | |
11 | 11 | PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> |
12 | 12 | PKG_LICENSE:=MIT |