Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
dotnet-core
Commits:
f1ba0da3 by Maxime Gauduin at 2024-10-28T14:08:13+01:00
upgpkg: 8.0.10.sdk110-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
pkgbase = dotnet-core
- pkgver = 8.0.8.sdk108
+ pkgver = 8.0.10.sdk110
pkgrel = 1
url = https://dotnet.microsoft.com
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = dotnet-core
makedepends = dotnet-source-built-artifacts
makedepends = git
makedepends = icu
- makedepends = inetutils
makedepends = krb5
makedepends = libgit2
makedepends = libunwind
@@ -26,8 +25,8 @@ pkgbase = dotnet-core
optdepends = bash-completion: Bash completion support
options = !lto
options = staticlibs
- source =
git+https://github.com/dotnet/dotnet.git#tag=e78e8a64f20e61e1fea4f24afca66ad1dc56285f
- b2sums =
7e069def38b1d34a247a92d573fdc47d41e1bc07505ee2b8716e122920f73739834ac5b409fcec492b06b40f832398a00af4f9541be0532fb6db8a58850c391d
+ source =
git+https://github.com/dotnet/dotnet.git#tag=8922fe64a1903ed4e35e24568efb056b3e0fad43
+ b2sums =
c34a19905423763840a91b99f387391d5a90c75d3eb129df8414345de91e6128b0f737f5648dae17a1762adc799311208ca50dcdf81b2deca9640b90508efe51
pkgname = dotnet-host
pkgdesc = A generic driver for the .NET Core Command Line Interface
=====================================
PKGBUILD
=====================================
@@ -14,7 +14,7 @@ pkgname=(
aspnet-targeting-pack
dotnet-source-built-artifacts
)
-pkgver=8.0.8.sdk108
+pkgver=8.0.10.sdk110
pkgrel=1
arch=(x86_64)
url=https://dotnet.microsoft.com
@@ -44,9 +44,9 @@ options=(
!lto
staticlibs
)
-_tag=e78e8a64f20e61e1fea4f24afca66ad1dc56285f
+_tag=8922fe64a1903ed4e35e24568efb056b3e0fad43
source=(git+https://github.com/dotnet/dotnet.git#tag=${_tag})
-b2sums=('7e069def38b1d34a247a92d573fdc47d41e1bc07505ee2b8716e122920f73739834ac5b409fcec492b06b40f832398a00af4f9541be0532fb6db8a58850c391d')
+b2sums=('c34a19905423763840a91b99f387391d5a90c75d3eb129df8414345de91e6128b0f737f5648dae17a1762adc799311208ca50dcdf81b2deca9640b90508efe51')
prepare() {
cd dotnet
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core/-/commit/f1ba0da369cee7c8b939115013ca048be5b2ebc1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core/-/commit/f1ba0da369cee7c8b939115013ca048be5b2ebc1
You're receiving this email because of your account on gitlab.archlinux.org.