mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
22 lines
725 B
JSON
22 lines
725 B
JSON
{
|
|
"version": "0.7.0",
|
|
"description": "Terminal UI file explorer with SCP/SFTP/FTP support",
|
|
"homepage": "https://github.com/veeso/termscp",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/veeso/termscp/releases/download/v0.7.0/termscp-v0.7.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "c4d0394b6302b9c3fb2dafad132833b566e116ccae8fd17dbc1a495f5d83a584"
|
|
}
|
|
},
|
|
"bin": "termscp.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/veeso/termscp/releases/download/v$version/termscp-v$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|