mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "0.1.1",
|
|
"description": "A clipboard tool for Windows",
|
|
"homepage": "https://github.com/equalsraf/win32yank",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/equalsraf/win32yank/releases/download/v0.1.1/win32yank-x64.zip",
|
|
"hash": "247c9a05b94387a884b49d3db13f806b1677dfc38020f955f719be6902260cd6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/equalsraf/win32yank/releases/download/v0.1.1/win32yank-x86.zip",
|
|
"hash": "820274883786affd19ec180392e3a32c1acfbe5dbf9daff2f90fad78d56aab86"
|
|
}
|
|
},
|
|
"bin": "win32yank.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/equalsraf/win32yank/releases/download/v$version/win32yank-x64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/equalsraf/win32yank/releases/download/v$version/win32yank-x86.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|