From 164b9ad75dda2e84ff163b6d6b6af0af0c7b40ff Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 1 Oct 2013 22:03:07 +0000 Subject: upgrade to latest apk-tools-static --- alpine-chroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpine-chroot.sh b/alpine-chroot.sh index f855b47..5f47a78 100644 --- a/alpine-chroot.sh +++ b/alpine-chroot.sh @@ -1,7 +1,7 @@ #!/bin/bash # # alpine-chroot - Setup a Alpine Linux installation in a chroot. -# Copyright (c) 2011- 2013 Fabian Affolter +# Copyright (c) 2011-2013 Fabian Affolter # # 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.3.5-r0.apk +APK_TOOL=apk-tools-static-2.4.0-r0.apk usage() { cat <<__EOF__ -- cgit v1.2.3