yq: Update to 4.6.3
- Re-assigned myself as the maintainer - Used $(AUTORELEASE) for PKG_RELEASE Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org> (backported from 82ebe3e49a50075116da4b677eacae91e6fcd2c4)
This commit is contained in:
parent
c07c27ce7f
commit
ee38781149
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=yq
|
||||
PKG_VERSION:=4.6.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_VERSION:=4.6.3
|
||||
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:=a843b90e4e86efa310284823ab6f1249e4ae3c6aa5df4d61c10b0fdc543b267d
|
||||
PKG_HASH:=85d7e0cbc12ac690fd86e77bef7a7ce27e0969191a9b6d3bb491ec690659d681
|
||||
|
||||
PKG_MAINTAINER:=
|
||||
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
|
|
Loading…
Reference in a new issue