forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snipaste-beta.json
54 lines (54 loc) · 1.82 KB
/
snipaste-beta.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"homepage": "https://www.snipaste.com/",
"version": "2.7.3-Beta",
"license": "Freeware",
"description": "Snip & Paste, a simple but powerful snipping tool.",
"architecture": {
"64bit": {
"url": "https://bitbucket.org/liule/snipaste/downloads/Snipaste-2.7.3-Beta-x64.zip",
"hash": "sha1:a4678ce0a696d906a50bd8470ae554951a6b99e3"
},
"32bit": {
"url": "https://bitbucket.org/liule/snipaste/downloads/Snipaste-2.7.3-Beta-x86.zip",
"hash": "sha1:b56e1110c6af8ef7a866fca3292675b16fa54f8f"
}
},
"pre_install": "if (!(Test-Path \"$persist_dir\\config.ini\")) { Set-Content \"$dir\\config.ini\" '' -Encoding ASCII }",
"persist": [
"history",
"config.ini"
],
"bin": "Snipaste.exe",
"shortcuts": [
[
"Snipaste.exe",
"Snipaste"
]
],
"suggest": {
"vcredist": "extras/vcredist2022"
},
"checkver": {
"url": "https://bitbucket.org/liule/snipaste/downloads",
"regex": "Snipaste-(?<main>[\\d.]+)-Beta(?<build>[\\d]*)-x86\\.zip",
"replace": "${main}-Beta${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://bitbucket.org/liule/snipaste/downloads/Snipaste-$matchMain-Beta$matchBuild-x64.zip",
"hash": {
"url": "https://dl.snipaste.com/sha-1.txt",
"regex": "$sha1.*?x64.zip"
}
},
"32bit": {
"url": "https://bitbucket.org/liule/snipaste/downloads/Snipaste-$matchMain-Beta$matchBuild-x86.zip",
"hash": {
"url": "https://dl.snipaste.com/sha-1.txt",
"regex": "$sha1.*?x86.zip"
}
}
}
}
}