Release version 0.3.0

This commit is contained in:
Jakub Jirutka 2018-06-27 00:42:59 +02:00
parent df0af96210
commit 30c8b67c6c
2 changed files with 3 additions and 3 deletions

View file

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

View file

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