Skip to content

Commit

Permalink
UPDATE busybox
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Nov 19, 2023
1 parent 395148b commit 3906455
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
10 changes: 5 additions & 5 deletions busybox.json
@@ -1,16 +1,16 @@
{
"version": "1.37.0-FRP-4882-g6e0a6b7e5",
"version": "1.37.0-FRP-5181-g5c1a3b00e",
"description": "BusyBox is a single binary that contains many common Unix tools",
"homepage": "https://frippery.org/busybox",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://frippery.org/files/busybox/busybox-w64-FRP-4882-g6e0a6b7e5.exe#/busybox.exe",
"hash": "3c3f8e97c7be56400db603c0fd55c3222492a6499349e635ebdba1e1b7850e8d"
"url": "https://frippery.org/files/busybox/busybox-w64-FRP-5181-g5c1a3b00e.exe#/busybox.exe",
"hash": "a588896f31f791d0496a489e1dce09e1e5ff0d1735e886851394a4e8e71875a5"
},
"32bit": {
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-4882-g6e0a6b7e5.exe#/busybox.exe",
"hash": "15220687e2073e14a122cacb5d3f7dae518e7c1b4b53c64773fe1e0bb453e315"
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-5181-g5c1a3b00e.exe#/busybox.exe",
"hash": "09ff6e9d0db9b036e32fdd9f9a603bb27b7c2803fe1dc8612729c27b02780f24"
}
},
// "post_install": [
Expand Down
15 changes: 8 additions & 7 deletions busybox@1.37.0+links.json
@@ -1,16 +1,16 @@
{
"version": "1.37.0-FRP-4882-g6e0a6b7e5",
"version": "1.37.0-FRP-5181-g5c1a3b00e",
"description": "BusyBox is a single binary that contains many common Unix tools",
"homepage": "https://frippery.org/busybox",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://frippery.org/files/busybox/busybox-w64-FRP-4882-g6e0a6b7e5.exe#/busybox.exe",
"hash": "3c3f8e97c7be56400db603c0fd55c3222492a6499349e635ebdba1e1b7850e8d"
"url": "https://frippery.org/files/busybox/busybox-w64-FRP-5181-g5c1a3b00e.exe#/busybox.exe",
"hash": "a588896f31f791d0496a489e1dce09e1e5ff0d1735e886851394a4e8e71875a5"
},
"32bit": {
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-4882-g6e0a6b7e5.exe#/busybox.exe",
"hash": "15220687e2073e14a122cacb5d3f7dae518e7c1b4b53c64773fe1e0bb453e315"
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-5181-g5c1a3b00e.exe#/busybox.exe",
"hash": "09ff6e9d0db9b036e32fdd9f9a603bb27b7c2803fe1dc8612729c27b02780f24"
}
},
// "post_install": [
Expand All @@ -35,8 +35,9 @@
},
"hash": { "url": "$baseurl/SHA256SUM" }
},
"bin": ["busybox.exe", ["busybox.exe", "bb"] // *
,
"bin": [
"busybox.exe",
["busybox.exe", "bb"], // *
["busybox.exe", "ar", "ar"],
["busybox.exe", "arch", "arch"],
["busybox.exe", "ash", "ash"],
Expand Down
10 changes: 5 additions & 5 deletions busybox@1.37.0.json
@@ -1,16 +1,16 @@
{
"version": "1.37.0-FRP-4882-g6e0a6b7e5",
"version": "1.37.0-FRP-5181-g5c1a3b00e",
"description": "BusyBox is a single binary that contains many common Unix tools",
"homepage": "https://frippery.org/busybox",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://frippery.org/files/busybox/busybox-w64-FRP-4882-g6e0a6b7e5.exe#/busybox.exe",
"hash": "3c3f8e97c7be56400db603c0fd55c3222492a6499349e635ebdba1e1b7850e8d"
"url": "https://frippery.org/files/busybox/busybox-w64-FRP-5181-g5c1a3b00e.exe#/busybox.exe",
"hash": "a588896f31f791d0496a489e1dce09e1e5ff0d1735e886851394a4e8e71875a5"
},
"32bit": {
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-4882-g6e0a6b7e5.exe#/busybox.exe",
"hash": "15220687e2073e14a122cacb5d3f7dae518e7c1b4b53c64773fe1e0bb453e315"
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-5181-g5c1a3b00e.exe#/busybox.exe",
"hash": "09ff6e9d0db9b036e32fdd9f9a603bb27b7c2803fe1dc8612729c27b02780f24"
}
},
// "post_install": [
Expand Down

0 comments on commit 3906455

Please sign in to comment.