Skip to content
Merged
44 changes: 44 additions & 0 deletions bucket/rectanglewin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"version": "0.2.1",
"description": "Spectacle/Rectangle for Windows: Hotkey-driven window snapping for Windows 10/11.",
"homepage": "https://github.com/ahmetb/RectangleWin",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ahmetb/RectangleWin/releases/download/v0.2.1/RectangleWin-x64-v0.2.1.exe#/RectangleWin.exe",
"hash": "1168a7ca0fcbc399114fcdbf6beddaa1e71513e9746d08cf10324f90f3f9f480"
},
"32bit": {
"url": "https://github.com/ahmetb/RectangleWin/releases/download/v0.2.1/RectangleWin-x86-v0.2.1.exe#/RectangleWin.exe",
"hash": "6e7dbadf3a6b2609bbe4e7b588426674dd05a4c612c61c7aefd72ad04bf515a1"
},
"arm64": {
"url": "https://github.com/ahmetb/RectangleWin/releases/download/v0.2.1/RectangleWin-arm64-v0.2.1.exe#/RectangleWin.exe",
"hash": "7d20f45a4eca42ec61c051ffa25ea9984ecae0a057756127972be74f70ed3312"
}
},
"shortcuts": [
[
"RectangleWin.exe",
"RectangleWin"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ahmetb/RectangleWin/releases/download/v$version/RectangleWin-x64-v$version.exe#/RectangleWin.exe"
},
"32bit": {
"url": "https://github.com/ahmetb/RectangleWin/releases/download/v$version/RectangleWin-x86-v$version.exe#/RectangleWin.exe"
},
"arm64": {
"url": "https://github.com/ahmetb/RectangleWin/releases/download/v$version/RectangleWin-arm64-v$version.exe#/RectangleWin.exe"
}
},
"hash": {
"url": "$baseurl/RectangleWin_$version_checksums.txt",
"regex": "$sha256\\s+$basename"
}
}
}