-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpunktf.json
35 lines (35 loc) · 1.37 KB
/
punktf.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
{
"version": "3.0.0",
"description": "A cross-platform multi-target dotfiles manager",
"homepage": "https://github.com/Shemnei/punktf",
"license": "Apache-2.0|MIT",
"architecture": {
"32bit": {
"url": "https://github.com/Shemnei/punktf/releases/download/v3.0.0/punktf-i686-pc-windows-msvc.zip",
"hash": "4e9f10efd150ca962e57457992a9192c66ccab32015a6db10c5da1ceea0f4402",
"extract_dir": "punktf-i686-pc-windows-msvc"
},
"64bit": {
"url": "https://github.com/Shemnei/punktf/releases/download/v3.0.0/punktf-x86_64-pc-windows-msvc.zip",
"hash": "31f4bfbdfd8dd7098cec2ebd4c8a0f13a6ae21e97ce5f0aece93919dc99c7e56",
"extract_dir": "punktf-x86_64-pc-windows-msvc"
}
},
"bin": "punktf.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/Shemnei/punktf/releases/download/v$version/punktf-i686-pc-windows-msvc.zip",
"extract_dir": "punktf-i686-pc-windows-msvc"
},
"64bit": {
"url": "https://github.com/Shemnei/punktf/releases/download/v$version/punktf-x86_64-pc-windows-msvc.zip",
"extract_dir": "punktf-x86_64-pc-windows-msvc"
}
},
"hash": {
"url": "$url.sha256"
}
}
}