1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-21 20:33:00 +00:00

Merge branch 'release/0.0.5'

This commit is contained in:
Jörn-Michael Miehe 2020-08-24 20:34:57 +02:00
commit e1c3abacb8
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# kiwi-config instance configuration #
######################################
version: '0.0.4'
version: '0.0.5'
runtime:
storage: /tmp/kiwi

2
kiwi
View file

@ -84,7 +84,7 @@ if [ ! -x "$(kiwi_executable)" ]; then
cd "${tmpdir}" || :
# download archive
curl --proto '=https' --tlsv1.2 -sSfL -o "kiwi-config.zip" "${KIWI_REPO}/archive/${KIWI_VERSION}.zip" | tar xz
curl --proto '=https' --tlsv1.2 -sSfL "${KIWI_REPO}/archive/${KIWI_VERSION}.tar.gz" | tar xz
# read archive version tag
cd "kiwi-config-${KIWI_VERSION}" || :

View file

@ -1 +1 @@
0.0.4
0.0.5