ScoopInstaller_Main/bucket/busybox-lean.json
2024-02-21 12:31:11 +00:00

36 lines
1.3 KiB
JSON

{
"version": "5301-gda71f7c57",
"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-5301-gda71f7c57.exe#/busybox.exe",
"hash": "6d2dfd1c1412c3550a89071a1b36a6f6073844320e687343d1dfc72719ecb8d9"
},
"32bit": {
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-5301-gda71f7c57.exe#/busybox.exe",
"hash": "dd6b2fc4d4809ff39f0e738c0dcb85624187abf3e3239043bdd4e64bb4ba8ec3"
}
},
"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"
}
}
}