Skip to content

Commit

Permalink
juliaup: Add version 1.17.4 (#6210)
Browse files Browse the repository at this point in the history
  • Loading branch information
akielbowicz authored Nov 7, 2024
1 parent db4cb7e commit 690681c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bucket/juliaup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"version": "1.17.4",
"description": "Julia installer and version multiplexer",
"homepage": "https://github.com/JuliaLang/juliaup",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/JuliaLang/juliaup/releases/download/v1.17.4/juliaup-1.17.4-x86_64-pc-windows-gnu-portable.tar.gz",
"hash": "7ad07b21b5c1cf70d093cb045aea3e457689c6c9683d5de2088fc8917a95d651"
},
"32bit": {
"url": "https://github.com/JuliaLang/juliaup/releases/download/v1.17.4/juliaup-1.17.4-i686-pc-windows-gnu-portable.tar.gz",
"hash": "154c0a9418def14a1269cb71b34345b052681d6953a83ed717bd89eb39d157c1"
}
},
"bin": "juliaup.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/JuliaLang/juliaup/releases/download/v$version/juliaup-$version-x86_64-pc-windows-gnu-portable.tar.gz"
},
"32bit": {
"url": "https://github.com/JuliaLang/juliaup/releases/download/v$version/juliaup-$version-i686-pc-windows-gnu-portable.tar.gz"
}
}
}
}

0 comments on commit 690681c

Please sign in to comment.