forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pbgopy.json
32 lines (32 loc) · 1.21 KB
/
pbgopy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"version": "0.3.0",
"description": "Command-line utility for cross-device copy and paste",
"homepage": "https://github.com/nakabonne/pbgopy",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/nakabonne/pbgopy/releases/download/v0.3.0/pbgopy_0.3.0_windows_amd64.tar.gz",
"hash": "59bfd1799d05c373b0721c200f192ac0c432a2b00cc35ef5b6bb8ee943d51519"
},
"32bit": {
"url": "https://github.com/nakabonne/pbgopy/releases/download/v0.3.0/pbgopy_0.3.0_windows_32-bit.tar.gz",
"hash": "272471c55921e33a3e2278ec7255ee1d0b4bd6dc66f370e594104f65b4060036"
}
},
"bin": "pbgopy.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nakabonne/pbgopy/releases/download/v$version/pbgopy_$version_windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/nakabonne/pbgopy/releases/download/v$version/pbgopy_$version_windows_32-bit.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256 $basename"
}
}
}