mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-06 17:37:52 +00:00
commit
2cb3c9d348
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
PKG_NAME="cli"
|
PKG_NAME="cli"
|
||||||
PKG_VERSION="$(get_pkg_version moby)"
|
PKG_VERSION="$(get_pkg_version moby)"
|
||||||
PKG_SHA256="b65cd415e63be23fcaa63107bc47a762173a06c84fb78b1575edc5443bb39867"
|
PKG_SHA256="172dca437abb36485275a8d43550db90b6878bcc676fc0b73a67a57a15026cff"
|
||||||
PKG_LICENSE="ASL"
|
PKG_LICENSE="ASL"
|
||||||
PKG_SITE="https://github.com/docker/cli"
|
PKG_SITE="https://github.com/docker/cli"
|
||||||
PKG_URL="https://github.com/docker/cli/archive/v${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/docker/cli/archive/v${PKG_VERSION}.tar.gz"
|
||||||
@ -12,7 +12,7 @@ PKG_LONGDESC="The Docker CLI"
|
|||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
# Git commit of the matching tag https://github.com/docker/cli/tags
|
# Git commit of the matching tag https://github.com/docker/cli/tags
|
||||||
export PKG_GIT_COMMIT="578ccf607d24abc5270e9a4cbd5ba9b5355b042f"
|
export PKG_GIT_COMMIT="980b85681696fbd95927fd8ded8f6d91bdca95b0"
|
||||||
|
|
||||||
configure_target() {
|
configure_target() {
|
||||||
go_configure
|
go_configure
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="containerd"
|
PKG_NAME="containerd"
|
||||||
PKG_VERSION="2.1.3"
|
PKG_VERSION="2.1.4"
|
||||||
PKG_SHA256="f5fd43b9eefd71ddef100e7070016f9e40a1d689251bc885a2d2a87750da26b5"
|
PKG_SHA256="8c409f8a0ba6015cb365a95e039a0fc9f3663c891a26eb52c0fb8cd291ba75d4"
|
||||||
PKG_LICENSE="APL"
|
PKG_LICENSE="APL"
|
||||||
PKG_SITE="https://containerd.io"
|
PKG_SITE="https://containerd.io"
|
||||||
PKG_URL="https://github.com/containerd/containerd/archive/v${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/containerd/containerd/archive/v${PKG_VERSION}.tar.gz"
|
||||||
@ -12,7 +12,7 @@ PKG_LONGDESC="A daemon to control runC, built for performance and density."
|
|||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
# Git commit of the matching release https://github.com/containerd/containerd/releases
|
# Git commit of the matching release https://github.com/containerd/containerd/releases
|
||||||
export PKG_GIT_COMMIT="c787fb98911740dd3ff2d0e45ce88cdf01410486"
|
export PKG_GIT_COMMIT="75cb2b7193e4e490e9fbdc236c0e811ccaba3376"
|
||||||
|
|
||||||
pre_make_target() {
|
pre_make_target() {
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="moby"
|
PKG_NAME="moby"
|
||||||
PKG_VERSION="28.3.2"
|
PKG_VERSION="28.3.3"
|
||||||
PKG_SHA256="e4828e32e474cef1b78f40278211648300071399c7498252dfe0b96e789b8a31"
|
PKG_SHA256="3727c8963ab4bcff12291e99e4d4a6b9a29ace5236fd245717bbff648f15f8cd"
|
||||||
PKG_LICENSE="ASL"
|
PKG_LICENSE="ASL"
|
||||||
PKG_SITE="https://mobyproject.org/"
|
PKG_SITE="https://mobyproject.org/"
|
||||||
PKG_URL="https://github.com/moby/moby/archive/v${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/moby/moby/archive/v${PKG_VERSION}.tar.gz"
|
||||||
@ -12,7 +12,7 @@ PKG_LONGDESC="Moby is an open-source project created by Docker to enable and acc
|
|||||||
PKG_TOOLCHAIN="manual"
|
PKG_TOOLCHAIN="manual"
|
||||||
|
|
||||||
# Git commit of the matching release https://github.com/moby/moby
|
# Git commit of the matching release https://github.com/moby/moby
|
||||||
export PKG_GIT_COMMIT="e77ff99ede5ee5952b3a9227863552ae6e5b6fb1"
|
export PKG_GIT_COMMIT="bea959c7b793b32a893820b97c4eadc7c87fabb0"
|
||||||
|
|
||||||
PKG_MOBY_BUILDTAGS="daemon \
|
PKG_MOBY_BUILDTAGS="daemon \
|
||||||
autogen \
|
autogen \
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="docker"
|
PKG_NAME="docker"
|
||||||
PKG_REV="3"
|
PKG_REV="4"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="ASL"
|
PKG_LICENSE="ASL"
|
||||||
PKG_SITE="http://www.docker.com/"
|
PKG_SITE="http://www.docker.com/"
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="minisatip"
|
PKG_NAME="minisatip"
|
||||||
PKG_VERSION="2.0.6"
|
PKG_VERSION="2.0.10"
|
||||||
PKG_SHA256="145d8c34df53df10dbdfda009d4a82f0550af83557594228805649b6b9f519ef"
|
PKG_SHA256="e9f836af2685abecdfa9d0f40fbb22cecca5a084ff6a28c758505d8641045c41"
|
||||||
PKG_REV="4"
|
PKG_REV="5"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/catalinii/minisatip"
|
PKG_SITE="https://github.com/catalinii/minisatip"
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="mpd"
|
PKG_NAME="mpd"
|
||||||
PKG_VERSION="0.24.4"
|
PKG_VERSION="0.24.5"
|
||||||
PKG_SHA256="86035d6c63af32afa77fd5eb5ecd1c6afaef7cc352b28064edf51eea60f40d66"
|
PKG_SHA256="69dfcba5c99c8d828d8f35dfb31eb0a4e34ce3813f54666af4d8247558160a13"
|
||||||
PKG_REV="1"
|
PKG_REV="2"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://www.musicpd.org"
|
PKG_SITE="https://www.musicpd.org"
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2024-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="spirv-llvm-translator"
|
PKG_NAME="spirv-llvm-translator"
|
||||||
PKG_VERSION="20.1.4"
|
PKG_VERSION="20.1.5"
|
||||||
PKG_SHA256="f6c414f9384c8f68775d9461e55e7c492f01759f5a1754f30dad4cbfb049c7d7"
|
PKG_SHA256="83048509774d865dab7631c887b0673753f59f337256bb56829ea32f30d7584b"
|
||||||
PKG_LICENSE="LLVM"
|
PKG_LICENSE="LLVM"
|
||||||
PKG_SITE="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
|
PKG_SITE="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
|
||||||
PKG_URL="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/v${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/v${PKG_VERSION}.tar.gz"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user