Skip to content

bump busybox version #581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fetch_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
ALPINE_VERSION=v3.15
ALPINE_MIRROR=http://dl-cdn.alpinelinux.org/alpine/
APK_TOOLS=apk-tools-static-2.12.7-r3.apk
BUSYBOX=busybox-static-1.34.1-r3.apk
BUSYBOX=busybox-static-1.34.1-r7.apk
ALPINE_KEYS=alpine-keys-2.4-r1.apk

ARCH=${1:-x86_64}

SHA1SUMS_x86_64="\
2fa49548020eb850e0a15df03471a07eba55fbc8 $APK_TOOLS
83a302a36b2239669130d459b14619d066d37f22 $BUSYBOX
071b94cdb3b6087453e8e5b2ef55ce581ff0dd46 $BUSYBOX
7dba809ae84d5832473f9cbf3bc6522d341299ca $ALPINE_KEYS"

SHA1SUMS_armhf="\
Expand Down