mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
Add exercism version 3.0.9 (#2579)
This commit is contained in:
parent
f78af9ac70
commit
1700c1145b
28
exercism.json
Normal file
28
exercism.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"homepage": "https://github.com/exercism/cli",
|
||||
"description": "A Go based command line tool for exercism.io.",
|
||||
"version": "3.0.9",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/exercism/cli/releases/download/v3.0.9/exercism-windows-64bit.zip",
|
||||
"hash": "4ec5f100155efa100e1bf6f4d0e2920a8ffddd053a713cb3085181f6737308e8"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/exercism/cli/releases/download/v3.0.9/exercism-windows-32bit.zip",
|
||||
"hash": "383a75b4a12119c69bf1f1206609a717f93cf1e31a440332a0723d767017b2d1"
|
||||
}
|
||||
},
|
||||
"bin": "exercism.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-windows-64bit.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/exercism/cli/releases/download/v$version/exercism-windows-32bit.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user