Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
dotnet-core-8.0
Commits:
27637d96 by Maxime Gauduin at 2025-02-14T17:49:32+01:00
upgpkg: 8.0.13.sdk113-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = dotnet-core-8.0
- pkgver = 8.0.12.sdk112
- pkgrel = 2
+ pkgver = 8.0.13.sdk113
+ pkgrel = 1
url = https://dotnet.microsoft.com
arch = x86_64
license = MIT
@@ -26,8 +26,8 @@ pkgbase = dotnet-core-8.0
options = !buildflags
options = !lto
options = staticlibs
- source =
git+https://github.com/dotnet/dotnet.git#tag=ab5d79b36d4f8a16f9f91f53fd6504b354c977b1
- b2sums =
4fd29d18bccfac6317ea99486eadd5124cbbdb0c33c7c25845d1c9cb4e58415e2c9351861d5e1420969db6b730e23c4d3f50d6f55958a1eb09d6485b7f22e7e6
+ source =
git+https://github.com/dotnet/dotnet.git#tag=a970a1cfdd960e99b4b8b9bdc3099b943f70adde
+ b2sums =
11deab5528443fd9de1df50e4077166e4f90ad7c4b967368335b5daf3351910d1d6e33e85d8e0e47ec4f3a8929e2044de01be286ff19305f4a51686c35ac3041
pkgname = dotnet-runtime-8.0
pkgdesc = The .NET Core runtime
=====================================
PKGBUILD
=====================================
@@ -12,8 +12,8 @@ pkgname=(
aspnet-targeting-pack-8.0
dotnet-source-built-artifacts-8.0
)
-pkgver=8.0.12.sdk112
-pkgrel=2
+pkgver=8.0.13.sdk113
+pkgrel=1
arch=(x86_64)
url=https://dotnet.microsoft.com
license=(MIT)
@@ -43,9 +43,9 @@ options=(
!lto
staticlibs
)
-_tag=ab5d79b36d4f8a16f9f91f53fd6504b354c977b1
+_tag=a970a1cfdd960e99b4b8b9bdc3099b943f70adde
source=(git+https://github.com/dotnet/dotnet.git#tag=${_tag})
-b2sums=('4fd29d18bccfac6317ea99486eadd5124cbbdb0c33c7c25845d1c9cb4e58415e2c9351861d5e1420969db6b730e23c4d3f50d6f55958a1eb09d6485b7f22e7e6')
+b2sums=('11deab5528443fd9de1df50e4077166e4f90ad7c4b967368335b5daf3351910d1d6e33e85d8e0e47ec4f3a8929e2044de01be286ff19305f4a51686c35ac3041')
prepare() {
cd dotnet
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core-8.0/-/commit/27637d96d1e6708ae741954aafcf8e800e34281c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core-8.0/-/commit/27637d96d1e6708ae741954aafcf8e800e34281c
You're receiving this email because of your account on gitlab.archlinux.org.