Skip to content

Commit

Permalink
dotnet-desktop-runtime-aoks: Update to version 8.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2025
1 parent 22d83e0 commit 1c3f505
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions bucket/dotnet-desktop-runtime-aoks.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"##": "see also https://github.com/ScoopInstaller/Extras/blob/master/bucket/windowsdesktop-runtime-lts.json",
"version": "8.0.12",
"version": "8.0.13",
"description": "Microsoft .NET Desktop Runtime LTS (Long-term support)",
"homepage": "https://dotnet.microsoft.com/download/dotnet",
"license": "MIT",
"notes": "You can now remove this installer with 'scoop uninstall windowsdesktop-runtime-lts'",
"architecture": {
"64bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/8.0.12/windowsdesktop-runtime-8.0.12-win-x64.exe",
"hash": "sha512:c5b6a2b5c38a8b2a4d4f096e6bb62ecd74ebfa039ce9d0e19b023099e364f29a1c256014b8995ca152b64a00c951feb2f93bf7d4c85eb70cdb30a209f4b1e17f"
"url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/8.0.13/windowsdesktop-runtime-8.0.13-win-x64.exe",
"hash": "sha512:abeef95a520e5d22d4a8b0d369fe103c2552a5c337500582e850da3611135bb68bb479d123cee85a445310cf4db73037e6198eec40d66d4d746ef2e2e5f1450f"
},
"32bit": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/8.0.12/windowsdesktop-runtime-8.0.12-win-x86.exe",
"hash": "sha512:6d70f98c4257083dc0362bd0dded0ae02baaa54e53367227a4accb095c7c0962e5d47f7f933805e506909cbb58e8e3cd0e4983fad11bd11ece05207fa5a6c0ad"
"url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/8.0.13/windowsdesktop-runtime-8.0.13-win-x86.exe",
"hash": "sha512:569c2cd8500c793bec790cab58ff9d7a57bdcd6cc1a38b1e260c2b092e41f95836be6aefc34cb25b36e1643c311455e538c8bb8efcc78e2cb69e294937694ceb"
},
"arm64": {
"url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/8.0.12/windowsdesktop-runtime-8.0.12-win-arm64.exe",
"hash": "sha512:6f1445aa9ae9133d4e2a0738b30c2e6ee921e16a5f64b958e62de042cd1ad3b91f8565251d59ca9fc801e96fe6fd1b39db0feb3acb5c8890751320671dadfd47"
"url": "https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/8.0.13/windowsdesktop-runtime-8.0.13-win-arm64.exe",
"hash": "sha512:45c1fc3f5adb8551fb0ee805ad6c5046a9447da38cbe6b7e9d04fdc995d21885b8b9415ba3bc9040644d82e04aab3a88c625854efc7870ac0236d0368de90c3c"
}
},
"pre_install": "if (!(is_admin)) { error 'Admin privileges are required.'; break }",
Expand Down

0 comments on commit 1c3f505

Please sign in to comment.