mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
cmake: fix site and download URL
Current download URL results in a 404 Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
33273d1e22
commit
5f305d78ba
@ -6,8 +6,8 @@ PKG_NAME="cmake"
|
||||
PKG_VERSION="3.18.4"
|
||||
PKG_SHA256="597c61358e6a92ecbfad42a9b5321ddd801fc7e7eca08441307c9138382d4f77"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="http://www.cmake.org/"
|
||||
PKG_URL="http://www.cmake.org/files/v$(get_pkg_version_maj_min)/cmake-${PKG_VERSION}.tar.gz"
|
||||
PKG_SITE="https://cmake.org/"
|
||||
PKG_URL="https://cmake.org/files/v$(get_pkg_version_maj_min)/cmake-${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="ccache:host openssl:host pkg-config:host"
|
||||
PKG_LONGDESC="A cross-platform, open-source make system."
|
||||
PKG_TOOLCHAIN="configure"
|
||||
|
Loading…
x
Reference in New Issue
Block a user