From 7b15e734a683f5907b1dcaca3f45b26e7554451e Mon Sep 17 00:00:00 2001 From: Fabio Belavenuto Date: Wed, 26 Oct 2022 14:00:47 -0300 Subject: [PATCH] First beta release, with new update system --- VERSION | 2 +- files/board/arpl/overlayfs/opt/arpl/include/consts.sh | 2 +- img-gen.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 340f34ec..fa3b0e1e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5-alpha2 +1.0-beta diff --git a/files/board/arpl/overlayfs/opt/arpl/include/consts.sh b/files/board/arpl/overlayfs/opt/arpl/include/consts.sh index 144f26a8..51afb8e3 100644 --- a/files/board/arpl/overlayfs/opt/arpl/include/consts.sh +++ b/files/board/arpl/overlayfs/opt/arpl/include/consts.sh @@ -1,5 +1,5 @@ -ARPL_VERSION="0.5-alpha2" +ARPL_VERSION="1.0-beta" # Define paths TMP_PATH="/tmp" diff --git a/img-gen.sh b/img-gen.sh index d6f62b3c..ed13e442 100755 --- a/img-gen.sh +++ b/img-gen.sh @@ -91,5 +91,5 @@ sha256sum update-list.yml > sha256sum yq '.replace | explode(.) | to_entries | map([.key])[] | .[]' update-list.yml | while read F; do (cd `dirname ${F}` && sha256sum `basename ${F}`) >> sha256sum done -yq '.replace | explode(.) | to_entries | map([.key])[] | .[]' update-list.yml | xargs zip -9j "update-${VERSION}.zip" sha256sum update-list.yml +yq '.replace | explode(.) | to_entries | map([.key])[] | .[]' update-list.yml | xargs zip -9j "update.zip" sha256sum update-list.yml rm -f sha256sum