Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #275 from fbelavenuto/first-beta
Browse files Browse the repository at this point in the history
First beta release, with new update system
  • Loading branch information
fbelavenuto authored Oct 26, 2022
2 parents 7f76a8c + 7b15e73 commit 5f7807f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5-alpha2
1.0-beta
2 changes: 1 addition & 1 deletion files/board/arpl/overlayfs/opt/arpl/include/consts.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ARPL_VERSION="0.5-alpha2"
ARPL_VERSION="1.0-beta"

# Define paths
TMP_PATH="/tmp"
Expand Down
2 changes: 1 addition & 1 deletion img-gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5f7807f

Please sign in to comment.