mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
eva: Add version 0.3.1 (#4674)
* 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>
This commit is contained in:
parent
f999a48452
commit
fa1aa3bd1a
21
bucket/eva.json
Normal file
21
bucket/eva.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user