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:= " b60b147d051452319857439f10743f8adaa4bfefa763eacc93ff17660d2c3a6d " } ;;
137+ x86_64) : ${APK_TOOLS_SHA256:= " eabade37ce5de23e4ddd689a60f290ac37dd105a4830d0a15a977c8c71bc4719 " } ;;
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/v3.0.1 /$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