mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #10176 from heitbaum/sq3
squashfs-tools: fix PKG_URL
This commit is contained in:
commit
ab4a5f7ba5
@ -7,7 +7,7 @@ PKG_VERSION="4.7"
|
|||||||
PKG_SHA256="f1605ef720aa0b23939a49ef4491f6e734333ccc4bda4324d330da647e105328"
|
PKG_SHA256="f1605ef720aa0b23939a49ef4491f6e734333ccc4bda4324d330da647e105328"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/plougher/squashfs-tools"
|
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 zstd:host"
|
PKG_DEPENDS_HOST="ccache:host zlib:host lzo:host zstd:host"
|
||||||
PKG_NEED_UNPACK="$(get_pkg_directory zlib) $(get_pkg_directory lzo) $(get_pkg_directory zstd)"
|
PKG_NEED_UNPACK="$(get_pkg_directory zlib) $(get_pkg_directory lzo) $(get_pkg_directory zstd)"
|
||||||
PKG_LONGDESC="Tools for squashfs, a highly compressed read-only filesystem for Linux."
|
PKG_LONGDESC="Tools for squashfs, a highly compressed read-only filesystem for Linux."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user