forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbusybox-lean.json
35 lines (35 loc) · 1.3 KB
/
busybox-lean.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": "4716-g31467ddfc",
"description": "BusyBox is a single binary that contains many common Unix tools",
"homepage": "https://frippery.org/busybox",
"license": "GPL-2.0-only",
"notes": "To automatically create shims for all unix commands, install 'busybox' instead.",
"architecture": {
"64bit": {
"url": "https://frippery.org/files/busybox/busybox-w64-FRP-4716-g31467ddfc.exe#/busybox.exe",
"hash": "137a346a40c0a0facdfc0f10b47ea52e3d4413db2da1e15d1d2093e8ef7f3acb"
},
"32bit": {
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-4716-g31467ddfc.exe#/busybox.exe",
"hash": "b4fd02bb938f97e59a0242da6a7763104d9cd344f96427af178940271b22ed5c"
}
},
"bin": "busybox.exe",
"checkver": {
"url": "https://frippery.org/busybox/",
"regex": ">busybox-w32-FRP-([\\w-]+)\\."
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://frippery.org/files/busybox/busybox-w64-FRP-$version.exe#/busybox.exe"
},
"32bit": {
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-$version.exe#/busybox.exe"
}
},
"hash": {
"url": "$baseurl/SHA256SUM"
}
}
}