* update dotnet-core to 9.0.100rc.2.24474.11-1

This commit is contained in:
Alexander Baldeck 2024-12-29 01:22:28 +01:00
parent caba1cca21
commit 7bbfd5f90b

View File

@ -9,9 +9,9 @@ pkgname=(
dotnet-targeting-pack
aspnet-targeting-pack
)
pkgver=7.0.0
_sdkver=9.0.100-rc.2.24474.11
pkgver=${_sdkver/-/}
pkgrel=1
_sdkver=7.0.100
arch=(powerpc64le)
url=https://www.microsoft.com/net/core
license=(MIT)
@ -40,11 +40,12 @@ options=(
staticlibs
)
source=(
https://repo.archlinuxpower.org/distfiles/dotnet/powerpc64le/${pkgver}/dotnet-sdk-${_sdkver}-linux-ppc64le.tar.gz
https://github.com/IBM/dotnet-s390x/releases/download/v${_sdkver}/dotnet-sdk-${_sdkver}-linux-ppc64le.tar.gz
#https://repo.archlinuxpower.org/distfiles/dotnet/powerpc64le/${pkgver}/dotnet-sdk-${_sdkver}-linux-ppc64le.tar.gz
dotnet.sh
)
noextract=(dotnet-sdk-7.0.100-linux-ppc64le.tar.gz)
b2sums=('d65494343da8227ecdc36db547af17c3c16d9723e6328dc1194464634d25a4b0639921bff0a91bec84888d2d1215d854c6167945b528b6e5f285f8fdc0031e3d'
b2sums=('e5fb08bb14ea955bc05ea9f8efb13771628454375cab92c4a3b444164bf0aa2dd6b4c68e61d5e5168fe106c891c3c6dad12ddff7d6857d46029c1fc322565f48'
'4a64e3ee550e296bdde894f9202c6f372934cc29154f47d302599b4c368825a96a7b786faa6109a24a1101ff130fd9e4d0ccba094ec91e7f2ca645725bf71b34')
build() {