Merge pull request #9050 from heitbaum/pkg

This commit is contained in:
Christian Hewitt 2024-07-03 17:22:16 +04:00 committed by GitHub
commit 289c09bb53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="go"
PKG_VERSION="1.22.4"
PKG_SHA256="8e035e7418ae53a20a4c9eedc906e5c43e8c31f5bfc044d2f9f70dc409cd88b1"
PKG_VERSION="1.22.5"
PKG_SHA256="7943adac83b278f5171fbf94cd29c062a726f0adc10cb3891e1804f542444a51"
PKG_LICENSE="BSD"
PKG_SITE="https://golang.org"
PKG_URL="https://github.com/golang/go/archive/${PKG_NAME}${PKG_VERSION}.tar.gz"

View File

@ -3,8 +3,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="cmake"
PKG_VERSION="3.29.6"
PKG_SHA256="1391313003b83d48e2ab115a8b525a557f78d8c1544618b48d1d90184a10f0af"
PKG_VERSION="3.30.0"
PKG_SHA256="157e5be6055c154c34f580795fe5832f260246506d32954a971300ed7899f579"
PKG_LICENSE="BSD"
PKG_SITE="https://cmake.org/"
PKG_URL="https://cmake.org/files/v$(get_pkg_version_maj_min)/cmake-${PKG_VERSION}.tar.gz"