Explorar o código

Update apk-tools to 2.14.8

Jakub Jirutka hai 8 meses
pai
achega
bcd88b716b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      alpine-make-rootfs

+ 2 - 2
alpine-make-rootfs

@@ -115,8 +115,8 @@ readonly VIRTUAL_PKG=".make-$PROGNAME"
 
 : ${APK:="apk"}
 : ${APK_OPTS:="--no-progress"}
-: ${APK_TOOLS_URI:="https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.14.7/x86_64/apk.static"}
-: ${APK_TOOLS_SHA256:="bdd044e0fd6cc388c5e571e1093efa5f35f7767cc5aa338b0a2576a429009a62"}
+: ${APK_TOOLS_URI:="https://gitlab.alpinelinux.org/api/v4/projects/5/packages/generic/v2.14.8/x86_64/apk.static"}
+: ${APK_TOOLS_SHA256:="041139e57010b8b79e0011854c2116dbad7d2f5679460c40a87796b53fa87bc8"}
 
 
 # Set pipefail if supported.