Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
dotnet-core-6.0
Commits:
62b289d2 by Maxime Gauduin at 2024-05-20T16:45:37+02:00
upgpkg: 6.0.30.sdk130-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,5 +1,5 @@
pkgbase = dotnet-core-6.0
- pkgver = 6.0.29.sdk129
+ pkgver = 6.0.30.sdk130
pkgrel = 1
url = https://www.microsoft.com/net/core
arch = x86_64
@@ -26,11 +26,11 @@ pkgbase = dotnet-core-6.0
optdepends = bash-completion: Bash completion support
options = !lto
options = staticlibs
- source =
dotnet-installer::git+https://github.com/dotnet/installer.git#tag=7c9bddb16035cbe6bf19e7cad6d2c694154529b4
+ source =
dotnet-installer::git+https://github.com/dotnet/installer.git#tag=a883df0be948105c30b07338b747301318cdc2bc
source = dotnet.sh
source = dotnet-core-runtime-disable-package-validation.patch
source = dotnet-core-sdk-telemetry-optout.patch
- b2sums = SKIP
+ b2sums =
139c2c7be9ff74686679bf0461f59a83f08a3b25b2d08304c587cbd82101557b514946a9159272e7ad386028169b490a3fb5d7e065c259a0bebb9ea1f326dcee
b2sums =
4a64e3ee550e296bdde894f9202c6f372934cc29154f47d302599b4c368825a96a7b786faa6109a24a1101ff130fd9e4d0ccba094ec91e7f2ca645725bf71b34
b2sums =
b9472b3967c9d7549ee2bbf0180d919748b40b1f9a65b1c3789be40f62ed17a9d37c2020409f7835570620108bd5ec43e728966d075d66bf0b7261cdd36a60c3
b2sums =
95b083b842da6049a084ca015b7ddc099550aa818fc382d556cca832fee52265be568d20a2c50e70819aef6cf879e7a368f7dd3b5966356643b2efdd756e73f4
=====================================
PKGBUILD
=====================================
@@ -12,7 +12,7 @@ pkgname=(
aspnet-targeting-pack-6.0
dotnet-source-built-artifacts-6.0
)
-pkgver=6.0.29.sdk129
+pkgver=6.0.30.sdk130
pkgrel=1
arch=(x86_64)
url=https://www.microsoft.com/net/core
@@ -43,14 +43,14 @@ options=(
!lto
staticlibs
)
-_tag=7c9bddb16035cbe6bf19e7cad6d2c694154529b4
+_tag=a883df0be948105c30b07338b747301318cdc2bc
source=(
dotnet-installer::git+https://github.com/dotnet/installer.git#tag=${_tag}
dotnet.sh
dotnet-core-runtime-disable-package-validation.patch
dotnet-core-sdk-telemetry-optout.patch
)
-b2sums=('SKIP'
+b2sums=('139c2c7be9ff74686679bf0461f59a83f08a3b25b2d08304c587cbd82101557b514946a9159272e7ad386028169b490a3fb5d7e065c259a0bebb9ea1f326dcee'
'4a64e3ee550e296bdde894f9202c6f372934cc29154f47d302599b4c368825a96a7b786faa6109a24a1101ff130fd9e4d0ccba094ec91e7f2ca645725bf71b34'
'b9472b3967c9d7549ee2bbf0180d919748b40b1f9a65b1c3789be40f62ed17a9d37c2020409f7835570620108bd5ec43e728966d075d66bf0b7261cdd36a60c3'
'95b083b842da6049a084ca015b7ddc099550aa818fc382d556cca832fee52265be568d20a2c50e70819aef6cf879e7a368f7dd3b5966356643b2efdd756e73f4')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core-6.0/-/commit/62b289d2a9c61d2e555e00b01557f2ca0ea7f664
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dotnet-core-6.0/-/commit/62b289d2a9c61d2e555e00b01557f2ca0ea7f664
You're receiving this email because of your account on gitlab.archlinux.org.