user/dotnet8-runtime: upgrade to 8.0.0_pre7
This commit is contained in:
parent
28f90f0dbe
commit
204c0e2206
1 changed files with 3 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
||||||
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||||
|
|
||||||
pkgname=dotnet8-runtime
|
pkgname=dotnet8-runtime
|
||||||
pkgver=8.0.0_pre4
|
pkgver=8.0.0_pre7
|
||||||
_bldver=8.0.100_pre4-r0
|
_bldver=8.0.100_pre7-r0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
|
|
||||||
# Following for dotnet build version 6.0 and up
|
# Following for dotnet build version 6.0 and up
|
||||||
|
@ -13,8 +13,7 @@ _bldver_ver=${_bldver%%-*}
|
||||||
pkgdesc="The .NET $_pkgver_macro Core runtime"
|
pkgdesc="The .NET $_pkgver_macro Core runtime"
|
||||||
# x86: blocked by https://github.com/dotnet/runtime/issues/77667
|
# x86: blocked by https://github.com/dotnet/runtime/issues/77667
|
||||||
# armhf: blocked by https://github.com/dotnet/runtime/issues/77663
|
# armhf: blocked by https://github.com/dotnet/runtime/issues/77663
|
||||||
# riscv64: port WIP https://github.com/dotnet/runtime/issues/36748
|
arch="all !x86 !armhf !armv7"
|
||||||
arch="all !x86 !armhf !riscv64 !armv7"
|
|
||||||
url=https://dotnet.microsoft.com
|
url=https://dotnet.microsoft.com
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="
|
depends="
|
||||||
|
|
Loading…
Reference in a new issue