File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,11 +133,11 @@ readonly HOST_ARCH="$(uname -m)"
133133
134134# SHA256 checksum of $APK_TOOLS_URI for each architecture.
135135case " $HOST_ARCH " in
136- aarch64) : ${APK_TOOLS_SHA256:= " 811783d95de35845c4bcbcfaa27c94d711c286fdf4c0edde51dcb06ea532eab5 " } ;;
137- x86_64) : ${APK_TOOLS_SHA256:= " 87f9f360dd1aeed03b9ab18f0dd24e6edf73f5f4de1092ab9d1e2ecaf47e8ba9 " } ;;
136+ aarch64) : ${APK_TOOLS_SHA256:= " e471d35aa221d031abe9b6288aede12a8e9f1a398954e5a2e1d1bce1727b4ef4 " } ;;
137+ x86_64) : ${APK_TOOLS_SHA256:= " 34bb1a96f0258982377a289392d4ea9f3f4b767a4bb5806b1b87179b79ad8a1c " } ;;
138138esac
139139
140- : ${APK_TOOLS_URI:= " https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.14.9 /$HOST_ARCH /apk.static" }
140+ : ${APK_TOOLS_URI:= " https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.14.10 /$HOST_ARCH /apk.static" }
141141: ${APK:= " apk" }
142142: ${APK_OPTS:= " --no-progress" }
143143
You can’t perform that action at this time.
0 commit comments