ScoopInstaller_Main/bucket/win32yank.json
Li Yefeng 78a46e5e0f
Add dafny and win32yank (#2447)
* Add dafny

* Add win32yank

* Reorder fields

* Reorder fields

* Update bucket/win32yank.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Update bucket/win32yank.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Update bucket/dafny.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Remove extract_dir from autoupdate

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2021-10-25 19:46:22 +05:30

27 lines
864 B
JSON

{
"version": "0.0.4",
"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.0.4/win32yank-x64.zip"
},
"32bit": {
"url": "https://github.com/equalsraf/win32yank/releases/download/v0.0.4/win32yank-x86.zip"
}
},
"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"
}
}
}
}