From a461f81dda91870941dbc841d0073031b8a6e9f2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 11 Sep 2024 08:20:08 +0200 Subject: dotnet-core-bin: rebuild --- dotnet-core-bin/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dotnet-core-bin') diff --git a/dotnet-core-bin/PKGBUILD b/dotnet-core-bin/PKGBUILD index 35c313f31..79de19bd4 100644 --- a/dotnet-core-bin/PKGBUILD +++ b/dotnet-core-bin/PKGBUILD @@ -14,7 +14,7 @@ pkgname=( pkgver=6.0.1.sdk101 _runtimever=6.0.1 _sdkver=6.0.101 -pkgrel=22 +pkgrel=23 arch=('x86_64' 'armv7h' 'aarch64') url='https://www.microsoft.com/net/core' license=('MIT') @@ -32,7 +32,7 @@ package_dotnet-host-bin() { pkgdesc='A generic driver for the .NET Core Command Line Interface (binary)' provides=("dotnet-host" "dotnet-host=${_runtimever}") _pinned_dependencies=( - 'gcc-libs=14.2.1+r32+geccf707e5ce' + 'gcc-libs=14.2.1+r134+gab884fffe3fc' 'glibc>=2.33' ) depends=( @@ -51,7 +51,7 @@ package_dotnet-host-bin() { package_dotnet-runtime-bin() { pkgdesc='The .NET Core runtime (binary)' _pinned_dependencies=( - 'gcc-libs=14.2.1+r32+geccf707e5ce' + 'gcc-libs=14.2.1+r134+gab884fffe3fc' 'glibc>=2.33' 'libz.so=1' ) @@ -89,7 +89,7 @@ package_aspnet-runtime-bin() { package_dotnet-sdk-bin() { pkgdesc='The .NET Core SDK (binary)' _pinned_dependencies=( - 'gcc-libs=14.2.1+r32+geccf707e5ce' + 'gcc-libs=14.2.1+r134+gab884fffe3fc' 'glibc>=2.33' ) depends=( @@ -123,7 +123,7 @@ package_netstandard-targeting-pack-bin() { package_dotnet-targeting-pack-bin() { pkgdesc='The .NET Core targeting pack (binary)' _pinned_dependencies=( - 'gcc-libs=14.2.1+r32+geccf707e5ce' + 'gcc-libs=14.2.1+r134+gab884fffe3fc' 'glibc>=2.33' 'libz.so=1' ) -- cgit v1.2.3-70-g09d2