busybox: Add arm64 binary (#5851)

This commit is contained in:
Junian Triajianto 2024-05-21 17:53:41 +07:00 committed by GitHub
parent 67b2ce9342
commit 74652fbb0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,10 @@
"32bit": { "32bit": {
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-5301-gda71f7c57.exe#/busybox.exe", "url": "https://frippery.org/files/busybox/busybox-w32-FRP-5301-gda71f7c57.exe#/busybox.exe",
"hash": "dd6b2fc4d4809ff39f0e738c0dcb85624187abf3e3239043bdd4e64bb4ba8ec3" "hash": "dd6b2fc4d4809ff39f0e738c0dcb85624187abf3e3239043bdd4e64bb4ba8ec3"
},
"arm64": {
"url": "https://frippery.org/files/busybox/busybox-w64a-FRP-5301-gda71f7c57.exe#/busybox.exe",
"hash": "103c43d3a8f32ecca58b56cbace60fdc7a3d498b76250b70e5742c46b1571241"
} }
}, },
"post_install": [ "post_install": [
@ -34,6 +38,9 @@
}, },
"32bit": { "32bit": {
"url": "https://frippery.org/files/busybox/busybox-w32-FRP-$version.exe#/busybox.exe" "url": "https://frippery.org/files/busybox/busybox-w32-FRP-$version.exe#/busybox.exe"
},
"arm64": {
"url": "https://frippery.org/files/busybox/busybox-w64a-FRP-$version.exe#/busybox.exe"
} }
}, },
"hash": { "hash": {