Release version 0.7.0
This commit is contained in:
parent
feaa736363
commit
149b6a26ee
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: a0fc0b4886b541bb4dd7b91b4e1e99719a1700da
|
:script-sha1: 9803170e07b05b97eb6712e6a9097ad656954d0f
|
||||||
:gh-name: alpinelinux/{script-name}
|
:gh-name: alpinelinux/{script-name}
|
||||||
:version: 0.6.0
|
:version: 0.7.0
|
||||||
|
|
||||||
ifdef::env-github[]
|
ifdef::env-github[]
|
||||||
image:https://github.com/{gh-name}/workflows/CI/badge.svg["Build Status", link="https://github.com/{gh-name}/actions"]
|
image:https://github.com/{gh-name}/workflows/CI/badge.svg["Build Status", link="https://github.com/{gh-name}/actions"]
|
||||||
|
|
|
@ -90,7 +90,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.6.0'
|
readonly VERSION='0.7.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