Release version 0.2.2

This commit is contained in:
Jakub Jirutka 2018-03-30 23:29:31 +02:00
parent 9453e17006
commit fc36d1b8e7
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
= Make Alpine Linux VM Image
:script-name: alpine-make-vm-image
:script-sha1: 81be93448aef28eb30f723307cde30ea442d166a
:script-sha1: cd2c139a0c6a8291b5ff461119f32f9191811a4f
:gh-name: alpinelinux/{script-name}
:version: 0.2.1
:version: 0.2.2
ifdef::env-github[]
image:https://travis-ci.org/{gh-name}.svg?branch=master["Build Status", link="https://travis-ci.org/{gh-name}"]

View file

@ -74,7 +74,7 @@
set -eu
readonly PROGNAME='alpine-make-vm-image'
readonly VERSION='0.2.1'
readonly VERSION='0.2.2'
readonly VIRTUAL_PKG=".make-$PROGNAME"
: ${APK_TOOLS_URI:="https://github.com/alpinelinux/apk-tools/releases/download/v2.9.1/apk-tools-2.9.1-x86_64-linux.tar.gz"}