chroot: Add version 2.0 (#6472)

This commit is contained in:
wentywenty 2025-02-14 19:36:16 +08:00 committed by GitHub
parent a03f1289ec
commit 98fac737b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

26
bucket/chroot.json Normal file
View File

@ -0,0 +1,26 @@
{
"version": "2.0",
"description": "A popular Linux tool that allows you to run a program that cannot access files outside of a specific file system folder tree.",
"homepage": "https://www.airesoft.co.uk/chroot",
"license": "MIT",
"url": "https://www.airesoft.co.uk/files/chroot.7z",
"hash": "sha256:a70da8af68b6bf32c7d2c1448c86cb3f3b6437e6e551991cf9d912a528bf38a7",
"architecture": {
"64bit": {
"bin": [
[
"Chroot64.exe",
"chroot"
]
]
},
"32bit": {
"bin": [
[
"Chroot.exe",
"chroot"
]
]
}
}
}