mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"version": "0.3.5",
|
|
"description": "Improved Tree command",
|
|
"homepage": "https://github.com/dduan/tre",
|
|
"license": "MIT",
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2015"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dduan/tre/releases/download/v0.3.5/tre-v0.3.5-x86_64-pc-windows-msvc.zip",
|
|
"hash": "f451cfba399115761aefeced07f589d232eb7fd5ebecb96a1ccd5c891bf9e672"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dduan/tre/releases/download/v0.3.5/tre-v0.3.5-i686-pc-windows-msvc.zip",
|
|
"hash": "6fb2621ff42063490571d489b479ac40ae35c5d4b6b67e61cce0e26edfff4541"
|
|
}
|
|
},
|
|
"bin": "tre.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/dduan/tre/releases/download/v$version/tre-v$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/dduan/tre/releases/download/v$version/tre-v$version-i686-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "https://github.com/dduan/tre/releases/tag/v$version"
|
|
}
|
|
}
|
|
}
|