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:= " d49a63b8b6780fc1342d3e7e14862aa006c30bafbf74beec8e1dfe99e6f89471 " } ;;
137- x86_64) : ${APK_TOOLS_SHA256:= " 1c65115a425d049590bec7c729c7fd88357fbb090a6fc8c31d834d7b0bc7d6f2 " } ;;
136+ aarch64) : ${APK_TOOLS_SHA256:= " 27a975638ddc95a411c9f17c63383e335da9edf6bb7de2281d950c291a11f878 " } ;;
137+ x86_64) : ${APK_TOOLS_SHA256:= " bdd044e0fd6cc388c5e571e1093efa5f35f7767cc5aa338b0a2576a429009a62 " } ;;
138138esac
139139
140- : ${APK_TOOLS_URI:= " https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.14.0 /$HOST_ARCH /apk.static" }
140+ : ${APK_TOOLS_URI:= " https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.14.7 /$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