ViCrack fa1aa3bd1a
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>
2023-04-17 15:54:19 +05:30

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"
}
}
}
}