Skip to content

Commit

Permalink
liblz4: update to 1.10.0
Browse files Browse the repository at this point in the history
Switch to normal tarballs.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Aug 16, 2024
1 parent 0baa4e7 commit 3ce4a46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/liblz4/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
PKG_CPE_ID:=cpe:/a:lz4_project:lz4
Expand All @@ -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
Expand Down

0 comments on commit 3ce4a46

Please sign in to comment.