mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
* Add 25 descriptions * Update bucket/hashcat.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/hub.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/imagemagick.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/imagemagick.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/leiningen.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/leiningen.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/libwebp.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/mercurial.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/kotlin-native.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/kubectl.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/make.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/haxe.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update kotlin-native.json * Update leiningen.json * Update lessmsi.json * Update libwebp.json
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"homepage": "https://julialang.org",
|
|
"description": "A programming language that is a fresh approach to technical computing.",
|
|
"version": "1.2.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.2/julia-1.2.0-win64.exe#/dl.7z",
|
|
"hash": "7b122501ccce7b66d5e9e7e93fe29c3be8479f9bbdf2b0c9daa7e5572341da7a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.2/julia-1.2.0-win32.exe#/dl.7z",
|
|
"hash": "8e4b39f64c350c13638737d60cab30f820bb7a21f398fd08afd5da5ebce1eea4"
|
|
}
|
|
},
|
|
"installer": {
|
|
"script": [
|
|
"Expand-7zipArchive \"$dir\\julia-installer.exe\" \"$dir\" -Removal",
|
|
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall.exe\" -Recurse -Force"
|
|
]
|
|
},
|
|
"bin": "bin\\julia.exe",
|
|
"checkver": {
|
|
"url": "https://julialang.org/downloads/",
|
|
"re": "Current stable release: v([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/$majorVersion.$minorVersion/julia-$version-win64.exe#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/$majorVersion.$minorVersion/julia-$version-win32.exe#/dl.7z"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://julialang-s3.julialang.org/bin/checksums/julia-$version.sha256"
|
|
}
|
|
}
|
|
}
|