mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
squashfs-tools: fix PKG_URL
This commit is contained in:
parent
4162e81629
commit
007294668a
@ -7,7 +7,7 @@ PKG_VERSION="4.6.1"
|
||||
PKG_SHA256="94201754b36121a9f022a190c75f718441df15402df32c2b520ca331a107511c"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/plougher/squashfs-tools"
|
||||
PKG_URL="https://github.com/plougher/squashfs-tools/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_URL="https://github.com/plougher/squashfs-tools/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="ccache:host zlib:host lzo:host xz:host zstd:host"
|
||||
PKG_NEED_UNPACK="$(get_pkg_directory zlib) $(get_pkg_directory lzo) $(get_pkg_directory xz) $(get_pkg_directory zstd)"
|
||||
PKG_LONGDESC="Tools for squashfs, a highly compressed read-only filesystem for Linux."
|
||||
|
Loading…
x
Reference in New Issue
Block a user