-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsentry-cli.json
28 lines (28 loc) · 882 Bytes
/
sentry-cli.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
{
"homepage": "https://github.com/lyokha/vim-xkbswitch",
"description": "vim plugin for automatic keyboard layout switching in insert mode",
"architecture": {
"64bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/1.49.0/sentry-cli-Windows-x86_64.exe",
"hash": "2411467473e516db670b69afa7ab4c2a7124b361c38a361071e14ee2b7135d06",
"extract_dir": "sentry-cli-1.49.0"
}
},
"bin": [
"sentry-cli.exe"
],
"pre_install": [
"Rename-Item -Path \"$dir\\sentry-cli-Windows-x86_64.exe\" -NewName sentry-cli.exe"
],
"version": "1.49.0",
"license": "GPL-2.0",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/getsentry/sentry-cli/releases/download/$version/sentry-cli-Windows-x86_64.exe",
"extract_dir": "sentry-cli-$version"
}
}
}
}