Skip to content

Commit

Permalink
Merge branch 'ghishadow:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
wisemanny authored Dec 19, 2024
2 parents 9f70677 + 21a4b9c commit 9a4b64e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions bucket/llvm-aarch64.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "18.1.8",
"version": "19.1.5",
"description": "Collection of modular and reusable compiler and toolchain technologies.",
"homepage": "https://www.llvm.org",
"license": "NCSA",
"architecture": {
"arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/LLVM-18.1.8-woa64.exe#/dl.7z",
"hash": "e25bf44d67fe86708490cf08de085fe1d6e1e50f3249c212c9077a06247cdc9e"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.5/LLVM-19.1.5-woa64.exe#/dl.7z",
"hash": "63d479c19c3908f8c973331edc9b576485eab6ab0809f58c79df5d209fdd8f96"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",
Expand Down
6 changes: 3 additions & 3 deletions bucket/nushell.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.99.1",
"version": "0.100.0",
"description": "A modern shell written in Rust",
"homepage": "https://www.nushell.sh",
"license": "MIT",
"architecture": {
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/0.99.1/nu-0.99.1-aarch64-pc-windows-msvc.zip",
"hash": "43c56c947b2092709295027a99220cb3319117cfc49699a3a9b95b16cb68f40e"
"url": "https://github.com/nushell/nushell/releases/download/0.100.0/nu-0.100.0-aarch64-pc-windows-msvc.zip",
"hash": "b5605e120441a3e387c29b76d5165852797cc73e5eac7a6812dbc6216f881813"
}
},
"bin": "nu.exe",
Expand Down
8 changes: 4 additions & 4 deletions bucket/zig-aarch64.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.14.0-dev.2092",
"version": "0.14.0-dev.2534",
"description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
"homepage": "https://ziglang.org/",
"license": "MIT",
Expand All @@ -8,9 +8,9 @@
},
"architecture": {
"arm64": {
"url": "https://ziglang.org/builds/zig-windows-aarch64-0.14.0-dev.2092+ba5f57616.zip",
"hash": "4efbce853c211b9557ce15c0390ed9be1ba68c513c063e0e65b986bcc8f2e395",
"extract_dir": "zig-windows-aarch64-0.14.0-dev.2092+ba5f57616"
"url": "https://ziglang.org/builds/zig-windows-aarch64-0.14.0-dev.2534+12d64c456.zip",
"hash": "7628175cea208479f9a9fa0ba7dc93ae001bf14043f35d92d9aef372cb389b1c",
"extract_dir": "zig-windows-aarch64-0.14.0-dev.2534+12d64c456"
}
},
"bin": "zig.exe",
Expand Down

0 comments on commit 9a4b64e

Please sign in to comment.