mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
chroot: Add version 2.0 (#6472)
This commit is contained in:
parent
a03f1289ec
commit
98fac737b7
26
bucket/chroot.json
Normal file
26
bucket/chroot.json
Normal 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"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user