forked from ScoopInstaller/Versions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pijul.json
24 lines (24 loc) · 865 Bytes
/
pijul.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
{
"version": "1.0.0-beta.2",
"description": "A fast and scalable distributed version control system, based on a theory of patches.",
"homepage": "https://pijul.org",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/boringcactus/pijul-windows-builds/releases/download/1.0.0-beta.2/pijul.exe",
"hash": "0264b2c605c0d8f5b7d4d05263c7731be484f64b93f4de891f6b5658ad2e418c"
}
},
"bin": "pijul.exe",
"checkver": {
"github": "https://github.com/boringcactus/pijul-windows-builds/",
"regex": "(?<version>[\\d\\w.-]+)/pijul\\.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/boringcactus/pijul-windows-builds/releases/download/$version/pijul.exe"
}
}
}
}