tere: Add version 1.3.0 (#4080)

This commit is contained in:
Kris Schneider 2022-11-01 00:25:58 -06:00 committed by GitHub
parent c24ad13695
commit 251a03571a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/tere.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "1.3.0",
"homepage": "https://github.com/mgunyho/tere",
"description": "A terminal file explorer that acts as an alternative to the cd + ls commands.",
"license": "EUPL-1.2",
"architecture": {
"64bit": {
"url": "https://github.com/mgunyho/tere/releases/download/v1.3.0/tere-1.3.0-x86_64-pc-windows-gnu.zip",
"hash": "eeec06ef5ebfcf6d07af1df4840a8e838c0a87bbe4abf278fe696dba3295911c"
}
},
"bin": "tere.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mgunyho/tere/releases/download/v$version/tere-$version-x86_64-pc-windows-gnu.zip"
}
}
}
}