mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
liblz4: update to 1.10.0
Switch to normal tarballs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=lz4
|
||||
PKG_VERSION:=1.9.4
|
||||
PKG_VERSION:=1.10.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/lz4/lz4/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b
|
||||
PKG_SOURCE_URL:=https://github.com/lz4/lz4/releases/download/v$(PKG_VERSION)
|
||||
PKG_HASH:=537512904744b35e232912055ccf8ec66d768639ff3abe5788d90d792ec5f48b
|
||||
|
||||
PKG_MAINTAINER:=Darik Horn <dajhorn@vanadac.com>
|
||||
PKG_CPE_ID:=cpe:/a:lz4_project:lz4
|
||||
@@ -23,7 +23,7 @@ PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_lz4
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(INCLUDE_DIR)/meson.mk
|
||||
|
||||
MESON_BUILD_DIR:=$(PKG_BUILD_DIR)/contrib/meson/openwrt-build
|
||||
MESON_BUILD_DIR:=$(PKG_BUILD_DIR)/build/meson/openwrt-build
|
||||
|
||||
define Package/lz4/Default
|
||||
SUBMENU:=Compression
|
||||
|
||||
Reference in New Issue
Block a user