Release version 0.5.0
This commit is contained in:
parent
ed7a69d738
commit
dd03b21af5
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: 5fb3270e0d665e51b908e1755b40e9c9156917c0
|
:script-sha1: 979de8f0ae8646ae1b6738e039e9dd0555628d60
|
||||||
:gh-name: alpinelinux/{script-name}
|
:gh-name: alpinelinux/{script-name}
|
||||||
:version: 0.4.0
|
:version: 0.5.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}"]
|
||||||
|
|
|
@ -88,7 +88,7 @@ set -eu
|
||||||
PATH="$PATH:/usr/sbin:/usr/bin:/sbin:/bin"
|
PATH="$PATH:/usr/sbin:/usr/bin:/sbin:/bin"
|
||||||
|
|
||||||
readonly PROGNAME='alpine-make-vm-image'
|
readonly PROGNAME='alpine-make-vm-image'
|
||||||
readonly VERSION='0.4.0'
|
readonly VERSION='0.5.0'
|
||||||
readonly VIRTUAL_PKG=".make-$PROGNAME"
|
readonly VIRTUAL_PKG=".make-$PROGNAME"
|
||||||
|
|
||||||
# Alpine APK keys for verification of packages for x86_64.
|
# Alpine APK keys for verification of packages for x86_64.
|
||||||
|
|
Loading…
Reference in a new issue