Release version 0.2.0
This commit is contained in:
parent
2cf1399572
commit
a91dfcd57d
2 changed files with 3 additions and 3 deletions
|
@ -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: 0d4df35c02186d5d739a3312a2cc204fe712e10f
|
:script-sha1: 8800a07c8c8102a15726084d8ac2fcde0b4324dc
|
||||||
:gh-name: jirutka/{script-name}
|
:gh-name: jirutka/{script-name}
|
||||||
:version: 0.1.0
|
:version: 0.2.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}"]
|
||||||
|
|
|
@ -74,7 +74,7 @@
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
readonly PROGNAME='alpine-make-vm-image'
|
readonly PROGNAME='alpine-make-vm-image'
|
||||||
readonly VERSION='0.1.0'
|
readonly VERSION='0.2.0'
|
||||||
readonly VIRTUAL_PKG=".make-$PROGNAME"
|
readonly VIRTUAL_PKG=".make-$PROGNAME"
|
||||||
|
|
||||||
: ${APK_TOOLS_URI:="https://github.com/alpinelinux/apk-tools/releases/download/v2.8.0/apk-tools-2.8.0-x86_64-linux.tar.gz"}
|
: ${APK_TOOLS_URI:="https://github.com/alpinelinux/apk-tools/releases/download/v2.8.0/apk-tools-2.8.0-x86_64-linux.tar.gz"}
|
||||||
|
|
Loading…
Reference in a new issue