mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 20:51:23 +00:00
msgpack-c: Update to 6.1.0
Changelog: - https://github.com/msgpack/msgpack-c/releases/tag/c-6.0.1 - https://github.com/msgpack/msgpack-c/releases/tag/c-6.0.2 - https://github.com/msgpack/msgpack-c/releases/tag/c-6.1.0 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
committed by
Tianling Shen
parent
cf6b78846a
commit
c24ce02130
@@ -5,12 +5,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=msgpack-c
|
||||
PKG_VERSION:=6.0.0
|
||||
PKG_VERSION:=6.1.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/msgpack/msgpack-c/tar.gz/c-$(PKG_VERSION)?
|
||||
PKG_HASH:=af6f3cf25edb220aa2140b09bb5bdd73ddf00938194bd94ebe5c92090cccb466
|
||||
PKG_HASH:=c23c4070dbe01f46044bf70c5349f29453d655935b6dc710714c008bca0825a7
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-c-$(PKG_VERSION)
|
||||
|
||||
PKG_LICENSE:=BSL-1.0
|
||||
|
||||
Reference in New Issue
Block a user