mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-16 00:25:13 +00:00
Update busybox to 1709 (#1835)
* Update busybox to 1709 * Fix whitespace in busybox * Fix whitespace in busybox * Fix whitespace in busybox
This commit is contained in:
parent
870c75c992
commit
5db7a8c296
97
busybox.json
97
busybox.json
@ -1,9 +1,42 @@
|
||||
{
|
||||
"homepage": "https://frippery.org/busybox",
|
||||
"version": "1.26.0-FRP-756",
|
||||
"version": "1709-g65e9c0ad9",
|
||||
"license": "GPL2",
|
||||
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-756-g9fa1e49.exe#/busybox.exe",
|
||||
"hash": "260c6e2ac8a71a12aca2decfb9475a05a64cbbd734406fa964b5ff2528d7cc85",
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-1709-g65e9c0ad9.exe#/busybox.exe",
|
||||
"hash": "0971ba4b29e1dfee282878ce9c8afb90b55d14872096dd9ed90f964e859056a7"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://frippery.org/files/busybox/busybox-w64-FRP-1709-g65e9c0ad9.exe#/busybox.exe",
|
||||
"hash": "664dd9ec492953f523b7e60406d93f37c4875b8c29f6df5b056916405e6d3c04"
|
||||
}
|
||||
},
|
||||
"checkver": {
|
||||
"url": "https://frippery.org/busybox/",
|
||||
"re": ">busybox-w32-FRP-([\\w-]+)\\."
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-$version.exe#/busybox.exe"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://frippery.org/files/busybox/busybox-w64-FRP-$version.exe#/busybox.exe"
|
||||
}
|
||||
}
|
||||
},
|
||||
"post_install": "
|
||||
if(!(test-path ~/.profile)) {
|
||||
'creating ~/.profile'
|
||||
@\"
|
||||
if [ -e ~/.bashrc ]
|
||||
then
|
||||
source ~/.bashrc
|
||||
fi
|
||||
\"@ | out-file -en oem ~/.profile
|
||||
}
|
||||
",
|
||||
"bin": [
|
||||
"busybox.exe",
|
||||
[
|
||||
@ -11,6 +44,11 @@
|
||||
"ar",
|
||||
"ar"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"arch",
|
||||
"arch"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"ash",
|
||||
@ -62,11 +100,6 @@
|
||||
"cat",
|
||||
"cat"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"catv",
|
||||
"catv"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"chmod",
|
||||
@ -187,6 +220,11 @@
|
||||
"false",
|
||||
"false"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"factor",
|
||||
"factor"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"fgrep",
|
||||
@ -342,11 +380,21 @@
|
||||
"nc",
|
||||
"nc"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"nl",
|
||||
"nl"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"od",
|
||||
"od"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"paste",
|
||||
"paste"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"patch",
|
||||
@ -397,6 +445,11 @@
|
||||
"rmdir",
|
||||
"rmdir"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"rpm",
|
||||
"rpm"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"rpm2cpio",
|
||||
@ -497,6 +550,11 @@
|
||||
"test",
|
||||
"test"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"timeout",
|
||||
"timeout"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"touch",
|
||||
@ -592,6 +650,11 @@
|
||||
"wc",
|
||||
"wc"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"watch",
|
||||
"watch"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"wget",
|
||||
@ -617,6 +680,11 @@
|
||||
"xargs",
|
||||
"xargs"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"xxd",
|
||||
"xxd"
|
||||
],
|
||||
[
|
||||
"busybox.exe",
|
||||
"xz",
|
||||
@ -637,16 +705,5 @@
|
||||
"zcat",
|
||||
"zcat"
|
||||
]
|
||||
],
|
||||
"post_install": "
|
||||
if(!(test-path ~/.profile)) {
|
||||
'creating ~/.profile'
|
||||
@\"
|
||||
if [ -e ~/.bashrc ]
|
||||
then
|
||||
source ~/.bashrc
|
||||
fi
|
||||
\"@ | out-file -en oem ~/.profile
|
||||
}
|
||||
"
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user