mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-26 05:25:12 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.10.0",
|
|
"description": "A diff tool for YAML files, and sometimes JSON.",
|
|
"homepage": "https://github.com/homeport/dyff",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/homeport/dyff/releases/download/v1.10.0/dyff_1.10.0_windows_amd64.tar.gz",
|
|
"hash": "5c7dcf69a2277800789a6397ee1523983229a2927604d5d8d4aec4ec56744932"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/homeport/dyff/releases/download/v1.10.0/dyff_1.10.0_windows_arm64.tar.gz",
|
|
"hash": "6faf48caf547f7f225e589c7d9f951c3b4e5205a215572d4d61360c80b1c2db3"
|
|
}
|
|
},
|
|
"bin": "dyff.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/homeport/dyff/releases/download/v$version/dyff_$version_windows_amd64.tar.gz"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/homeport/dyff/releases/download/v$version/dyff_$version_windows_arm64.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|