mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
squashfs-tools: fix PKG_URL
This commit is contained in:
parent
a162b3789e
commit
6a1daa0664
@ -7,7 +7,7 @@ PKG_VERSION="4.7"
|
||||
PKG_SHA256="f1605ef720aa0b23939a49ef4491f6e734333ccc4bda4324d330da647e105328"
|
||||
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 zstd:host"
|
||||
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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user