mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
26 lines
798 B
JSON
26 lines
798 B
JSON
{
|
|
"version": "1.51",
|
|
"description": "CMD replacement shell that supports backquotes, job control, improves tab completion, file matching, aliases, command history, and more.",
|
|
"homepage": "http://www.malsmith.net/yori/",
|
|
"license": "MIT",
|
|
"url": "http://www.malsmith.net/download/?obj=yori/1.51/win32/ysetup.exe",
|
|
"hash": "bf5c81b88e3f0b495a9475045a15e0811bca1ec68336d9b3aa513c502f1b819c",
|
|
"installer": {
|
|
"args": "\"$dir\""
|
|
},
|
|
"bin": "yori.exe",
|
|
"persist": "YoriInit.d",
|
|
"shortcuts": [
|
|
[
|
|
"yori.exe",
|
|
"Yori"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/malxau/yori"
|
|
},
|
|
"autoupdate": {
|
|
"url": "http://www.malsmith.net/download/?obj=yori/$version/win32/ysetup.exe"
|
|
}
|
|
}
|