Skip to content

Commit

Permalink
Added version 8.0.12, 8.0.13, 9.0.1, and 9.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkleyr committed Feb 26, 2025
1 parent f55cb20 commit a5dd5d1
Show file tree
Hide file tree
Showing 48 changed files with 576 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.12.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################################################################
# Contains the recipe to download the release binaries from Microsoft for the version
# 8.0.12 ASP .Net runtime.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

require recipes-runtime/aspnet-core/aspnet-core_8.0.12.inc
require recipes-runtime/aspnet-core/aspnet-core_8.x.x.inc

17 changes: 17 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.12.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
###################################################################################################
# Contains additional parameters for the recipe to download the release binaries from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SUMMARY = "Contains the binaries for Microsoft's ASP .NET 8.0.12"
HOMEPAGE = "https://dotnet.microsoft.com/download/dotnet/8.0"

DOTNET_RUNTIME_ARCH = "none"
DOTNET_RUNTIME_ARCH:arm = "arm"
DOTNET_RUNTIME_ARCH:x86-64 = "x64"
DOTNET_RUNTIME_ARCH:x86_64 = "x64"
DOTNET_RUNTIME_ARCH:aarch64 = "arm64"

# This is here because it doesn't seem like bitbake likes ${PV} used in require statements.
require recipes-runtime/aspnet-core/aspnet-core_8.0.12_${DOTNET_RUNTIME_ARCH}.inc

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.12_arm.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 8.0.12 of the ARM ASP .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/26fe9c15-40f6-4eb5-88fd-63d98eb259fa/c36789f8460b7e20371c38129d7fc160/aspnetcore-runtime-8.0.12-linux-arm.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is '144bd7d4502537a2806d17ee1612e4b3c262766c5d83da8b1031ca61f2a1eabd1bba5a531b1bfcafab999f084db961c9795804de651d87f81dd6d64976335948'

SRC_URI[md5sum] = "7d8f35f931f8da10ee949390e7b4fbe0"
SRC_URI[sha256sum] = "5299c03e7de25e61e0c49cec0ca80642f541c142833c1ded9881c730f010da75"

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.12_arm64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 8.0.12 of the ARM64 ASP .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/8953c6fe-3542-4cee-b022-a50e029882a5/1bbce821b1ae97ed11b305dd708c0437/aspnetcore-runtime-8.0.12-linux-arm64.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is '9323f6584bf98500fe023009dea5b90e49bbb34cdcea0868e8d18c2fe260b087315438ca2df783f259003c1a0ee31f2d735c8cea85c2c4fb04f6dafe05384531'

SRC_URI[md5sum] = "70b992ba81155a88a8d08bbfd711eecc"
SRC_URI[sha256sum] = "1c2b31eb0d1059f259822c651362d870efd21c5308a037dcc389a5e459b05573"

6 changes: 6 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.12_none.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###################################################################################################
# Dummy file in case the architecture isn't supported (prevents Bitbaker parser from crashing).
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.12_x64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 8.0.12 of the X64 ASP .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/df752f45-7e9f-4d13-8568-a88adda5aa04/9d59726fb38525b4956cbb1e1fe8a2c8/aspnetcore-runtime-8.0.12-linux-x64.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is '03a7fd37dce46c31d7e74da7cd4d9aabd82d5e087859d0065f470ebf7d0b62ad1feb59fc3f74690337a928f5751e04bcb7838896e64b3f8d25ae035c5b7f5c83'

SRC_URI[md5sum] = "b0dcd3ad070cdfff5de5b473dba36e1c"
SRC_URI[sha256sum] = "8a441b42051607dc914b14b1a6271abbf81f72ba0579fcb21aabd8e845d68a70"

10 changes: 10 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.13.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################################################################
# Contains the recipe to download the release binaries from Microsoft for the version
# 8.0.13 ASP .Net runtime.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

require recipes-runtime/aspnet-core/aspnet-core_8.0.13.inc
require recipes-runtime/aspnet-core/aspnet-core_8.x.x.inc

17 changes: 17 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.13.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
###################################################################################################
# Contains additional parameters for the recipe to download the release binaries from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SUMMARY = "Contains the binaries for Microsoft's ASP .NET 8.0.13"
HOMEPAGE = "https://dotnet.microsoft.com/download/dotnet/8.0"

DOTNET_RUNTIME_ARCH = "none"
DOTNET_RUNTIME_ARCH:arm = "arm"
DOTNET_RUNTIME_ARCH:x86-64 = "x64"
DOTNET_RUNTIME_ARCH:x86_64 = "x64"
DOTNET_RUNTIME_ARCH:aarch64 = "arm64"

# This is here because it doesn't seem like bitbake likes ${PV} used in require statements.
require recipes-runtime/aspnet-core/aspnet-core_8.0.13_${DOTNET_RUNTIME_ARCH}.inc

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.13_arm.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 8.0.13 of the ARM ASP .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/2c764efa-2f8b-44d1-9308-87dcafaeff2f/cd8f6383aa8adb1dd9493520b57f08ef/aspnetcore-runtime-8.0.13-linux-arm.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is 'de5a3dcfabaa7f01aaffb78b2156d9d79d614f0e52ebe619657072568ab0fc47f4d53e7b577a7622392502cd3a739400af6c26999247cc50c29813b6a94cfcd0'

SRC_URI[md5sum] = "4b5d10892921f9741990c180ca6a1aaa"
SRC_URI[sha256sum] = "18cd7094db1b59b5c58b4fbce333f85a41c75f1bb8e23fc2a6d8df1524e05b66"

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.13_arm64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 8.0.13 of the ARM64 ASP .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/3167f98c-e2ef-4d19-bd00-178c27ed7f3d/8f9eb25b9899009f11ae837612b52c0e/aspnetcore-runtime-8.0.13-linux-arm64.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is 'd67130310e81f727f1d4806463f49af18e012d6dc766c940838854922b3a3e7f7171c87d595c4dc09e1c63470fae3017b54d51be98618985129ff37d6a5ac0b3'

SRC_URI[md5sum] = "d6ada7a211f86ae411517ec41c61723f"
SRC_URI[sha256sum] = "e9dd3204feac0e7e127a1a8be9e20ae7280d19f7c2720e5fafafa926cb51963c"

6 changes: 6 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.13_none.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###################################################################################################
# Dummy file in case the architecture isn't supported (prevents Bitbaker parser from crashing).
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_8.0.13_x64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 8.0.13 of the X64 ASP .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/2115caf0-c47f-448a-8ad6-107a742d2b9e/52036588ffe8f8abd87a3d033fd93b67/aspnetcore-runtime-8.0.13-linux-x64.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is '7b21aff45c3ca7ccdc0527c6de05c209d58a56a15cf10e656522261f884cf272a92be13696b1a0f1ae2baaa0d825ffda58d954871a17b3c3a8659a9f3a36c7e6'

SRC_URI[md5sum] = "5c4a3735c77e3bc8d3bc4959a8b0bb2a"
SRC_URI[sha256sum] = "b438f4e8f5f23b247ad56146505ce853bb09505b9af8294d0293bfce806663da"

10 changes: 10 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_9.0.1.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################################################################
# Contains the recipe to download the release binaries from Microsoft for the version
# 9.0.1 ASP .Net runtime.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

require recipes-runtime/aspnet-core/aspnet-core_9.0.1.inc
require recipes-runtime/aspnet-core/aspnet-core_9.x.x.inc

17 changes: 17 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_9.0.1.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
###################################################################################################
# Contains additional parameters for the recipe to download the release binaries from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SUMMARY = "Contains the binaries for Microsoft's ASP .NET 9.0.1"
HOMEPAGE = "https://dotnet.microsoft.com/download/dotnet/9.0"

DOTNET_RUNTIME_ARCH = "none"
DOTNET_RUNTIME_ARCH:arm = "arm"
DOTNET_RUNTIME_ARCH:x86-64 = "x64"
DOTNET_RUNTIME_ARCH:x86_64 = "x64"
DOTNET_RUNTIME_ARCH:aarch64 = "arm64"

# This is here because it doesn't seem like bitbake likes ${PV} used in require statements.
require recipes-runtime/aspnet-core/aspnet-core_9.0.1_${DOTNET_RUNTIME_ARCH}.inc

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_9.0.1_arm.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 9.0.1 of the ARM ASP .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.1/aspnetcore-runtime-9.0.1-linux-arm.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is 'fa75d8d5ae99ade0d1ab90018839fe3f5ddc4e7b7461715caf2b0bf7a88c8e86e1d4f10ab69703d2318b289c0700846e2155746d7bb1ace3d2d12e175ab18be1'

SRC_URI[md5sum] = "b3f195fb40e44965f6e93c27528e3d15"
SRC_URI[sha256sum] = "d997306894ad364e195a17a87f57fab9fe7f1a6e8dedc724c295bdedee161e33"

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_9.0.1_arm64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 9.0.1 of the ARM64 ASP .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.1/aspnetcore-runtime-9.0.1-linux-arm64.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is 'e37dc1445e53c00bd950a531fab83354defbbe06c6f73af4bbef20bfcedc0483a98f478369a7bc7d7e52e35b2b33ad73781e255b46900d831e2770cd445d69c5'

SRC_URI[md5sum] = "07da3aff29423d39162447df41a78430"
SRC_URI[sha256sum] = "f59d07afa69aabaf9085caff6f1a116a0e51a5e8d2ca73071c14e2e5e76328af"

6 changes: 6 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_9.0.1_none.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###################################################################################################
# Dummy file in case the architecture isn't supported (prevents Bitbaker parser from crashing).
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_9.0.1_x64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 9.0.1 of the X64 ASP .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.1/aspnetcore-runtime-9.0.1-linux-x64.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is 'e5fc3093aed5756deae3e61f98b9f4bb0c847319db30cbd1668c2511e06529c2f6a5e1917ec776fe2b36a1f7bb7e009fc925fee57f87696a8d502a6c8f5dc613'

SRC_URI[md5sum] = "8be3ff5949d04f3fae7d89b90b665440"
SRC_URI[sha256sum] = "32f6e342b46b7d26c547647b58b1889ef707995a008bd8844fa5fa4acc0a24fb"

10 changes: 10 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_9.0.2.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################################################################
# Contains the recipe to download the release binaries from Microsoft for the version
# 9.0.2 ASP .Net runtime.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

require recipes-runtime/aspnet-core/aspnet-core_9.0.2.inc
require recipes-runtime/aspnet-core/aspnet-core_9.x.x.inc

17 changes: 17 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_9.0.2.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
###################################################################################################
# Contains additional parameters for the recipe to download the release binaries from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SUMMARY = "Contains the binaries for Microsoft's ASP .NET 9.0.2"
HOMEPAGE = "https://dotnet.microsoft.com/download/dotnet/9.0"

DOTNET_RUNTIME_ARCH = "none"
DOTNET_RUNTIME_ARCH:arm = "arm"
DOTNET_RUNTIME_ARCH:x86-64 = "x64"
DOTNET_RUNTIME_ARCH:x86_64 = "x64"
DOTNET_RUNTIME_ARCH:aarch64 = "arm64"

# This is here because it doesn't seem like bitbake likes ${PV} used in require statements.
require recipes-runtime/aspnet-core/aspnet-core_9.0.2_${DOTNET_RUNTIME_ARCH}.inc

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_9.0.2_arm.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 9.0.2 of the ARM ASP .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.2/aspnetcore-runtime-9.0.2-linux-arm.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is '5576751ea9414449add100cb60c917f72305209dc831ecd3698b8ef6a69e2a802850148b33caf5a05d049be66b19c7404531ea6ecd643cc1fd6ae61179e1249b'

SRC_URI[md5sum] = "303709a31620abf941015cd70bed621d"
SRC_URI[sha256sum] = "29d69853cb318507355a3cfae1a1647f34a3ad61bf3fc777b5a562b8c4d74e3a"

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_9.0.2_arm64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 9.0.2 of the ARM64 ASP .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.2/aspnetcore-runtime-9.0.2-linux-arm64.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is 'aa95ed396e5012cb7815db25f07b196261b91e4ca2e7ba07352896e1ab351a96232fdb692fbde1d1ddd1c916987353d2d3382e9e16bd7a97ce4b411c6426e0f6'

SRC_URI[md5sum] = "237a76a33bd7ce8fa093b0cad207cf82"
SRC_URI[sha256sum] = "feb13df3530db7279d2060bf1d41964fdf8ddb7b349cb271f4f99b47e3b8f77b"

6 changes: 6 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_9.0.2_none.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
###################################################################################################
# Dummy file in case the architecture isn't supported (prevents Bitbaker parser from crashing).
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

13 changes: 13 additions & 0 deletions recipes-runtime/aspnet-core/aspnet-core_9.0.2_x64.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 9.0.2 of the X64 ASP .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.2/aspnetcore-runtime-9.0.2-linux-x64.tar.gz;subdir=aspnet-${PV}"

# SHA-512 hash is '48a39dd4bee3e719273a4e4404b556e2e59e7f659def49f89745ae575fc976f7ebf121d9263c3d009db6081976f8261ca82de34aef69b0776a28fd0485bb6d3b'

SRC_URI[md5sum] = "f462b14aff88875c3a462e63856fe03f"
SRC_URI[sha256sum] = "f31481632a1d18a7b83096194c69abefb24379c4ce02bc120a49358bdc9bf55a"

10 changes: 10 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_8.0.12.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
###################################################################################################
# Contains the recipe to download the release binaries from Microsoft for the version
# 8.0.12 .Net runtime.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################

require recipes-runtime/dotnet-core/dotnet-core_8.0.12.inc
require recipes-runtime/dotnet-core/dotnet-core_8.x.x.inc

17 changes: 17 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_8.0.12.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
###################################################################################################
# Contains additional parameters for the recipe to download the release binaries from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SUMMARY = "Contains the binaries for Microsoft's .NET 8.0.12"
HOMEPAGE = "https://dotnet.microsoft.com/download/dotnet/8.0"

DOTNET_RUNTIME_ARCH = "none"
DOTNET_RUNTIME_ARCH:arm = "arm"
DOTNET_RUNTIME_ARCH:x86-64 = "x64"
DOTNET_RUNTIME_ARCH:x86_64 = "x64"
DOTNET_RUNTIME_ARCH:aarch64 = "arm64"

# This is here because it doesn't seem like bitbake likes ${PV} used in require statements.
require recipes-runtime/dotnet-core/dotnet-core_8.0.12_${DOTNET_RUNTIME_ARCH}.inc

13 changes: 13 additions & 0 deletions recipes-runtime/dotnet-core/dotnet-core_8.0.12_arm.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
###################################################################################################
# Contains the URL and checksums to download version 8.0.12 of the ARM .Net
# runtime from Microsoft.
# Copyright Sequent Logic, LLC 2025
# Auto-generated using meta_dotnet_core_gen
###################################################################################################
SRC_URI = "https://download.visualstudio.microsoft.com/download/pr/a50c2f56-3ee5-4387-a9a7-4338b75fb5c9/41676fb7ec43d9108a65fc0d76c15717/dotnet-runtime-8.0.12-linux-arm.tar.gz;subdir=dotnet-${PV}"

# SHA-512 hash is '0b8e3c37f205cf965afbd7096afd5fc6e202248b3e3c174712e1bcf34b6b64ab7b0ef866eeb6e16a114367e35666dacb52eb0ba10dde8b3143314a051eb1a1d0'

SRC_URI[md5sum] = "01d0cf7569f9d180be1bb1c458e73278"
SRC_URI[sha256sum] = "3d9a62b212b91f334bd8bbbfbb9bebf1c0c01b0e0f2c92d73145c0b237ce21d8"

Loading

0 comments on commit a5dd5d1

Please sign in to comment.