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:
ViCrack 2023-04-17 18:24:19 +08:00 committed by GitHub
parent f999a48452
commit fa1aa3bd1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/eva.json Normal file
View 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"
}
}
}
}