-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmake-scoop-manifest.json
28 lines (28 loc) · 1.22 KB
/
make-scoop-manifest.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
{
"version": "0.10.0",
"description": "Make the manifest file of the scoop-installer",
"homepage": "https://github.com/hymkor/make-scoop-manifest",
"license": "MIT License",
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/make-scoop-manifest/releases/download/v0.10.0/make-scoop-manifest-v0.10.0-windows-386.zip",
"hash": "2b693058e26d99bf470f53481a79bde1fdc9d8c2be79973ad2c40448311cb545"
},
"64bit": {
"url": "https://github.com/hymkor/make-scoop-manifest/releases/download/v0.10.0/make-scoop-manifest-v0.10.0-windows-amd64.zip",
"hash": "4826c9241ad6c8b58bf60fa350adcbc5ddfc4441c501810258688cce74e37476"
}
},
"bin": "make-scoop-manifest.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/hymkor/make-scoop-manifest/releases/download/v$version/make-scoop-manifest-v$version-windows-386.zip"
},
"64bit": {
"url": "https://github.com/hymkor/make-scoop-manifest/releases/download/v$version/make-scoop-manifest-v$version-windows-amd64.zip"
}
}
}
}