浏览代码

Update apk-tools to 2.14.8

Jakub Jirutka 8 月之前
父节点
当前提交
bcd88b716b
共有 1 个文件被更改,包括 2 次插入2 次删除
  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.