mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
commit
1e107e0538
@ -2,7 +2,7 @@
|
|||||||
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2025-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="docker-compose"
|
PKG_NAME="docker-compose"
|
||||||
PKG_VERSION="2.37.3"
|
PKG_VERSION="2.38.1"
|
||||||
PKG_LICENSE="Apache-2.0"
|
PKG_LICENSE="Apache-2.0"
|
||||||
PKG_SITE="https://github.com/docker/compose"
|
PKG_SITE="https://github.com/docker/compose"
|
||||||
PKG_LONGDESC="Define and run multi-container applications with Docker."
|
PKG_LONGDESC="Define and run multi-container applications with Docker."
|
||||||
@ -10,15 +10,15 @@ PKG_TOOLCHAIN="manual"
|
|||||||
|
|
||||||
case "${ARCH}" in
|
case "${ARCH}" in
|
||||||
"aarch64")
|
"aarch64")
|
||||||
PKG_SHA256="15646d01e9291e69c9173a0d140d3ef44f912d26ffb2cbeeaf91aeb460dae59e"
|
PKG_SHA256="f7e9ed22cf330018cdc3e802e59cacb7fff3520d62aa111ac6640e00597a0ebc"
|
||||||
PKG_URL="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-aarch64"
|
PKG_URL="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-aarch64"
|
||||||
;;
|
;;
|
||||||
"arm")
|
"arm")
|
||||||
PKG_SHA256="2abef7f6a59d5402206f11461b69b6314a5dfdcfdd235b9acfce661d9255f2be"
|
PKG_SHA256="f9d95a3bf756be4c6be661ab5799e9cb62423d24fd4bf65d9c59fa6ffbc1a525"
|
||||||
PKG_URL="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-armv7"
|
PKG_URL="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-armv7"
|
||||||
;;
|
;;
|
||||||
"x86_64")
|
"x86_64")
|
||||||
PKG_SHA256="522181c447d831fb23134201d9cdc5cf365f913408124c678089ea62d6a2334c"
|
PKG_SHA256="d94a60549c6916499ce41959941e6c88b67c23ed98d1c5eee2cfc4a2d58aa24b"
|
||||||
PKG_URL="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-x86_64"
|
PKG_URL="${PKG_SITE}/releases/download/v${PKG_VERSION}/docker-compose-linux-x86_64"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2023-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="filebrowser"
|
PKG_NAME="filebrowser"
|
||||||
PKG_VERSION="2.33.6"
|
PKG_VERSION="2.36.0"
|
||||||
PKG_REV="2"
|
PKG_REV="3"
|
||||||
PKG_LICENSE="Apache License 2.0"
|
PKG_LICENSE="Apache License 2.0"
|
||||||
PKG_SITE="https://filebrowser.org"
|
PKG_SITE="https://filebrowser.org"
|
||||||
PKG_DEPENDS_TARGET="toolchain:host"
|
PKG_DEPENDS_TARGET="toolchain:host"
|
||||||
@ -15,15 +15,15 @@ PKG_TOOLCHAIN="manual"
|
|||||||
|
|
||||||
case "${ARCH}" in
|
case "${ARCH}" in
|
||||||
"aarch64")
|
"aarch64")
|
||||||
PKG_SHA256="4f7ae16300af1936b25400e59d0cadfa0ecd2f6bfceeb5c09469db7d60c872ac"
|
PKG_SHA256="fe010ce8abda01b5c69804e1161034efa16c36b941fa26ee48dc0960c30b240c"
|
||||||
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-arm64-filebrowser.tar.gz"
|
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-arm64-filebrowser.tar.gz"
|
||||||
;;
|
;;
|
||||||
"arm")
|
"arm")
|
||||||
PKG_SHA256="11af3c9fe5ef01de4cca312ef2bab46e1fb4010b1e88b05693316d8b387d31d0"
|
PKG_SHA256="eca8b34ebf8d45120f0431127900d92b05a49d11ed0571ccf0a99fc91f8ed285"
|
||||||
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-armv7-filebrowser.tar.gz"
|
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-armv7-filebrowser.tar.gz"
|
||||||
;;
|
;;
|
||||||
"x86_64")
|
"x86_64")
|
||||||
PKG_SHA256="fc8338841c3c172df6d6a36dd30827eec3bacbbb8f41d954451b93d9028e3bd4"
|
PKG_SHA256="3155061d930362f13e41eeb8f4ba997b1b6f05d63b41bc8267ec2f7800b65f28"
|
||||||
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-amd64-filebrowser.tar.gz"
|
PKG_URL="https://github.com/filebrowser/filebrowser/releases/download/v${PKG_VERSION}/linux-amd64-filebrowser.tar.gz"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="libheif"
|
PKG_NAME="libheif"
|
||||||
PKG_VERSION="1.19.8"
|
PKG_VERSION="1.20.0"
|
||||||
PKG_SHA256="6c4a5b08e6eae66d199977468859dea3b5e059081db8928f7c7c16e53836c906"
|
PKG_SHA256="b2e08489b0c4a9d7ec44e546ee1e0c1ed9f5de066414d88d868987641eeee564"
|
||||||
PKG_LICENSE="LGPLv3"
|
PKG_LICENSE="LGPLv3"
|
||||||
PKG_SITE="https://www.libde265.org"
|
PKG_SITE="https://www.libde265.org"
|
||||||
PKG_URL="https://github.com/strukturag/libheif/releases/download/v${PKG_VERSION}/libheif-${PKG_VERSION}.tar.gz"
|
PKG_URL="https://github.com/strukturag/libheif/releases/download/v${PKG_VERSION}/libheif-${PKG_VERSION}.tar.gz"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
PKG_NAME="imagedecoder.heif"
|
PKG_NAME="imagedecoder.heif"
|
||||||
PKG_VERSION="21.0.2-Omega"
|
PKG_VERSION="21.0.2-Omega"
|
||||||
PKG_SHA256="ac4d6604400cccd16399be19ce0fa9129575cb933d8fb5ff4c76b57c3a39eeeb"
|
PKG_SHA256="ac4d6604400cccd16399be19ce0fa9129575cb933d8fb5ff4c76b57c3a39eeeb"
|
||||||
PKG_REV="2"
|
PKG_REV="3"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/xbmc/imagedecoder.heif"
|
PKG_SITE="https://github.com/xbmc/imagedecoder.heif"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user