mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
dtc: bump package, change url and use correct file type [backport of #1575]
even if tar.xz is requested it is tar.gz returned fixes as described https://forum.libreelec.tv/thread-7906-post-47449.html
This commit is contained in:
parent
be3c850da2
commit
e7e994bfd9
@ -17,11 +17,11 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="dtc"
|
||||
PKG_VERSION="1.4.2"
|
||||
PKG_VERSION="1.4.4"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://git.kernel.org/cgit/utils/dtc/dtc.git"
|
||||
PKG_URL="https://git.kernel.org/cgit/utils/dtc/dtc.git/snapshot/$PKG_VERSION.tar.xz"
|
||||
PKG_SITE="https://git.kernel.org/pub/scm/utils/dtc/dtc.git/"
|
||||
PKG_URL="https://git.kernel.org/pub/scm/utils/dtc/dtc.git/snapshot/$PKG_VERSION.tar.gz"
|
||||
PKG_SOURCE_DIR="$PKG_VERSION"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_SECTION="tools"
|
||||
|
Loading…
x
Reference in New Issue
Block a user