mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-26 05:14:40 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.10.4",
|
|
"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.4/dyff_1.10.4_windows_amd64.tar.gz",
|
|
"hash": "e737482f2a0e11b29e723236803cff18eb374ac9849161fde691a739aa16f14d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/homeport/dyff/releases/download/v1.10.4/dyff_1.10.4_windows_arm64.tar.gz",
|
|
"hash": "ed303aa349ebc74f36bce72aad852b9fa486fc069171af91662e256bc938253f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|