generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocuum-aoks.json
31 lines (31 loc) · 1.23 KB
/
docuum-aoks.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
{
"version": "0.25.0",
"description": "Least recently used (LRU) eviction of Docker images.",
"homepage": "https://github.com/stepchowfun/docuum",
"license": {
"identifier": "Freeware|Proprietary",
"url": "https://raw.githubusercontent.com/stepchowfun/docuum/main/LICENSE.md"
},
"architecture": {
"64bit": {
"url": "https://github.com/stepchowfun/docuum/releases/download/v0.25.0/docuum-x86_64-pc-windows-msvc.exe",
"hash": "8c5eb33d540a2f19ea340330273d8b0027d66964287e43bce26f7f133c3fe901"
},
"arm64": {
"url": "https://github.com/stepchowfun/docuum/releases/download/v0.25.0/docuum-aarch64-pc-windows-msvc.exe",
"hash": "cdded7675f5398ab41fcb9f3ee45bebd149ccbaf49ec9c96c74b9f02684c4ba3"
}
},
"bin": "docuum.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/stepchowfun/docuum/releases/download/v$version/docuum-x86_64-pc-windows-msvc.exe"
},
"arm64": {
"url": "https://github.com/stepchowfun/docuum/releases/download/v$version/docuum-aarch64-pc-windows-msvc.exe"
}
}
}
}