mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
* eva: Add version 0.3.1 config location: $env:LocalAppData/NerdyPepperconfig location: $env:AppData/NerdyPepper * Update bucket/eva.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
22 lines
640 B
JSON
22 lines
640 B
JSON
{
|
|
"version": "0.3.1",
|
|
"description": "A calculator REPL, similar to bc(1)",
|
|
"homepage": "https://github.com/nerdypepper/eva",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nerdypepper/eva/releases/download/v0.3.1/eva.exe",
|
|
"hash": "f320cd9b01fbb5098deaecb87cbdcbe109cb573cfbd6601798cc61f5d012fafb"
|
|
}
|
|
},
|
|
"bin": "eva.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nerdypepper/eva/releases/download/v$version/eva.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|