summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2014-05-14 17:18:12 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2014-05-14 17:18:12 +0000
commitd8f6cc7ee599cd6a5db2f3e81f6345b01e28e82f (patch)
treebfdb22bb151b09b5f48ad75f03c8b05f036b8f59
parentada834b79f69676a05eea68e663d873348ca6926 (diff)
downloadalpine-chroot-d8f6cc7ee599cd6a5db2f3e81f6345b01e28e82f.tar.bz2
alpine-chroot-d8f6cc7ee599cd6a5db2f3e81f6345b01e28e82f.tar.xz
update apk-tools
-rw-r--r--alpine-chroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/alpine-chroot b/alpine-chroot
index 188300d..49555d6 100644
--- a/alpine-chroot
+++ b/alpine-chroot
@@ -1,7 +1,7 @@
#!/bin/bash
#
# alpine-chroot - Setup a Alpine Linux installation in a chroot.
-# Copyright (c) 2011-2013 Fabian Affolter <fabian at affolter-engineering.ch>
+# Copyright (c) 2011-2014 Fabian Affolter <fabian at affolter-engineering.ch>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
# http://wiki.alpinelinux.org/wiki/Setting_up_the_build_environment_in_chroot
MIRROR=http://dl-5.alpinelinux.org/alpine
-APK_TOOL=apk-tools-static-2.4.0-r1.apk
+APK_TOOL=apk-tools-static-2.4.3-r0.apk
usage() {
cat <<__EOF__