ScoopInstaller_Main/bucket/busybox-lean.json
2023-05-28 16:29:32 +00:00

36 lines
1.3 KiB
JSON

{
"version": "5007-g82accfc19",
"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-5007-g82accfc19.exe#/busybox.exe",
"hash": "8263abc2aee6b6f3b3c41aa704bee98987bf7b1ea9bce833f75c7bce89ec1602"
},
"32bit": {
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-5007-g82accfc19.exe#/busybox.exe",
"hash": "2d6fff0b2de5c034c92990d696c0d85a677b8a75931fa1ec30694fbf1f1df5c9"
}
},
"bin": "busybox.exe",
"checkver": {
"url": "https://frippery.org/files/busybox/?C=M;O=D",
"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"
}
}
}