ScoopInstaller_Main/bucket/busybox-lean.json
2022-02-28 16:30:30 +00:00

36 lines
1.3 KiB
JSON

{
"version": "4621-gf3c5e8bc3",
"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-4621-gf3c5e8bc3.exe#/busybox.exe",
"hash": "7109bc6f129ab7ce466f7b3175ca830316184b431d16a965ade17b93c035ec7c"
},
"32bit": {
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-4621-gf3c5e8bc3.exe#/busybox.exe",
"hash": "58c9da9ba094eade662572f9a725a6af44350dc3ff5a7897696926c651fdb582"
}
},
"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"
}
}
}