Skip to content

Commit

Permalink
Update Busybox
Browse files Browse the repository at this point in the history
Fix #8403
  • Loading branch information
topjohnwu committed Oct 6, 2024
1 parent 8086b59 commit 44fb7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Setup.kt
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ fun Project.setupCommon() {
}

const val BUSYBOX_DOWNLOAD_URL =
"https://github.com/topjohnwu/magisk-files/releases/download/files/busybox-1.36.1.0.zip"
"https://github.com/topjohnwu/magisk-files/releases/download/files/busybox-1.36.1.1.zip"
const val BUSYBOX_ZIP_CHECKSUM =
"ea4f3019b0087dcb68130b32ab59dc2db0ee0af11d8396124a94c4231c5ea441"
"b4d0551feabaf314e53c79316c980e8f66432e9fb91a69dbbf10a93564b40951"

fun Project.setupCoreLib() {
setupCommon()
Expand Down

0 comments on commit 44fb7db

Please sign in to comment.