blob: 3ac2e549635598ec1da274fedfdffadb5ca08759 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
pkgbase = dotnet-core-bin
pkgver = 9.0.3.sdk202
pkgrel = 1
url = https://www.microsoft.com/net/core
arch = x86_64
arch = armv7h
arch = aarch64
license = MIT
options = staticlibs
source = dotnet.sh
sha512sums = 768151c7179fb6a126b3de9cae01e363e8894f6fab384b1e2c5066c2adca4578638983b1b62aea10dd18045e6d6e8f8ea13280481134de94f004a118919b2c06
source_x86_64 = https://download.visualstudio.microsoft.com/download/pr/c2220b38-c512-4447-b564-a18048d14327/965cdfe500a937c2d28bc9d2db45cd1f/dotnet-sdk-9.0.202-linux-x64.tar.gz
sha512sums_x86_64 = 0eb52300023d9df6494aadfbd8380dddf84e2f217d444ad9fe880292afbf378be3700d7fbeca3136ec95962ba355e44abfc9f8a679cd0d08e68f85cb0320ce73
source_armv7h = https://download.visualstudio.microsoft.com/download/pr/e41720b8-c635-4b25-bcb1-dcf307a917d6/fea66a31e0dec0411b3e123661f443fc/dotnet-sdk-9.0.202-linux-arm.tar.gz
sha512sums_armv7h = 2e88683ee3894b72581ce3829efd2cc5214968f0782e17f504a79bc80ecc31efe9d5360303545e45537f992f5ac8c47aaec8eca5ea8a4efacde9742de6c8ffe0
source_aarch64 = https://download.visualstudio.microsoft.com/download/pr/52daf653-e6d8-4915-aea1-9c2e2be169a5/9f3e289918eb9054770b69c0b100bb8f/dotnet-sdk-9.0.202-linux-arm64.tar.gz
sha512sums_aarch64 = 6916fd37907c6563baebb5c9f82a6761d13d53a0442451bae73ad62a36a72744771017a2d3f665eecaa5c76f6a0036ddd503c2e195a8ea307973a292748b87d5
pkgname = dotnet-host-bin
pkgdesc = A generic driver for the .NET Core Command Line Interface (binary)
depends = gcc-libs
depends = glibc
provides = dotnet-host
provides = dotnet-host=9.0.3
conflicts = dotnet-host
pkgname = aspnet-runtime-bin
pkgdesc = The ASP.NET Core runtime (binary)
depends = dotnet-runtime-bin
provides = aspnet-runtime=9.0.3
provides = aspnet-runtime-9.0
conflicts = aspnet-runtime=9.0.3
conflicts = aspnet-runtime-9.0
pkgname = dotnet-runtime-bin
pkgdesc = The .NET Core runtime (binary)
depends = dotnet-host>=9.0.3
depends = gcc-libs
depends = glibc
depends = icu
depends = libunwind
depends = zlib
depends = openssl
optdepends = lttng-ust: CoreCLR tracing
provides = dotnet-runtime=9.0.3
provides = dotnet-runtime-9.0
conflicts = dotnet-runtime=9.0.3
conflicts = dotnet-runtime-9.0
pkgname = dotnet-sdk-bin
pkgdesc = The .NET Core SDK (binary)
depends = glibc
depends = gcc-libs
depends = dotnet-runtime-bin
depends = dotnet-targeting-pack-bin
depends = netstandard-targeting-pack-bin
depends = aspnet-runtime-bin
depends = aspnet-targeting-pack-bin
provides = dotnet-sdk-bin
provides = dotnet-sdk=9.0.3.sdk202
provides = dotnet-sdk-9.0=9.0.3.sdk202
conflicts = dotnet-sdk-bin
conflicts = dotnet-sdk=9.0.3.sdk202
conflicts = dotnet-sdk-9.0
pkgname = netstandard-targeting-pack-bin
pkgdesc = The .NET Standard targeting pack (binary)
provides = netstandard-targeting-pack-2.1
provides = netstandard-targeting-pack
conflicts = netstandard-targeting-pack-2.1
conflicts = netstandard-targeting-pack
pkgname = dotnet-targeting-pack-bin
pkgdesc = The .NET Core targeting pack (binary)
depends = netstandard-targeting-pack-bin
provides = dotnet-targeting-pack=9.0.3
provides = dotnet-targeting-pack-9.0
conflicts = dotnet-targeting-pack=9.0.3
conflicts = dotnet-targeting-pack-9.0
pkgname = aspnet-targeting-pack-bin
pkgdesc = The ASP.NET Core targeting pack (binary)
depends = dotnet-targeting-pack-bin
provides = aspnet-targeting-pack=9.0.3
provides = aspnet-targeting-pack-9.0
conflicts = aspnet-targeting-pack=9.0.3
conflicts = aspnet-targeting-pack-9.0
|