Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
dotnet-core
Commits:
ae96dd7e by Maxime Gauduin at 2024-09-08T12:59:22+02:00
upgpkg: 8.0.8.sdk108-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = dotnet-core
- pkgver = 8.0.7.sdk107
+ pkgver = 8.0.8.sdk108
pkgrel = 1
- url = https://www.microsoft.com/net/core
+ url = https://dotnet.microsoft.com
arch = x86_64
license = MIT
makedepends = bash
@@ -26,8 +26,8 @@ pkgbase = dotnet-core
optdepends = bash-completion: Bash completion support
options = !lto
options = staticlibs
- source =
git+https://github.com/dotnet/dotnet.git#tag=8be139ddde52d33e24c7d82f813248ff9fc54b97
- b2sums =
7cf9f16213b8151256c5e5215b284d3e93270762c942c3b3fe4c9cabe234007c62aa03e846907de55d6fd7bfc2bb022cbad58f5565f87d28632f3741b23a557d
+ source =
git+https://github.com/dotnet/dotnet.git#tag=e78e8a64f20e61e1fea4f24afca66ad1dc56285f
+ b2sums =
7e069def38b1d34a247a92d573fdc47d41e1bc07505ee2b8716e122920f73739834ac5b409fcec492b06b40f832398a00af4f9541be0532fb6db8a58850c391d
pkgname = dotnet-host
pkgdesc = A generic driver for the .NET Core Command Line Interface
=====================================
PKGBUILD
=====================================
@@ -14,10 +14,10 @@ pkgname=(
aspnet-targeting-pack
dotnet-source-built-artifacts
)
-pkgver=8.0.7.sdk107
+pkgver=8.0.8.sdk108
pkgrel=1
arch=(x86_64)
-url=https://www.microsoft.com/net/core
+url=https://dotnet.microsoft.com
license=(MIT)
makedepends=(
bash
@@ -45,9 +45,9 @@ options=(
!lto
staticlibs
)
-_tag=8be139ddde52d33e24c7d82f813248ff9fc54b97
+_tag=e78e8a64f20e61e1fea4f24afca66ad1dc56285f
source=(git+https://github.com/dotnet/dotnet.git#tag=${_tag})
-b2sums=('7cf9f16213b8151256c5e5215b284d3e93270762c942c3b3fe4c9cabe234007c62aa03e846907de55d6fd7bfc2bb022cbad58f5565f87d28632f3741b23a557d')
+b2sums=('7e069def38b1d34a247a92d573fdc47d41e1bc07505ee2b8716e122920f73739834ac5b409fcec492b06b40f832398a00af4f9541be0532fb6db8a58850c391d')
prepare() {
cd dotnet
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core/-/commit/ae96dd7e9fda17535829bd77088d01256188ceb6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core/-/commit/ae96dd7e9fda17535829bd77088d01256188ceb6
You're receiving this email because of your account on gitlab.archlinux.org.