update to use dotNet 8

This commit is contained in:
Rohan Ferris 2024-06-22 18:21:40 +10:00
parent 4f37040f16
commit 26c8e2b059
2 changed files with 4 additions and 4 deletions

View file

@ -6,8 +6,8 @@ pkgbase = rdt-client
arch = any
license = MIT
makedepends = unzip
depends = dotnet-runtime-6.0
depends = aspnet-runtime-6.0
depends = dotnet-runtime-8.0
depends = aspnet-runtime-8.0
optdepends = aria2: download utility
noextract = RealDebridClient.zip
source = https://github.com/rogerfar/rdt-client/releases/download/v2.0.79/RealDebridClient.zip

View file

@ -14,8 +14,8 @@ makedepends=(
)
depends=(
'dotnet-runtime-6.0'
'aspnet-runtime-6.0'
'dotnet-runtime-8.0'
'aspnet-runtime-8.0'
)
optdepends=(