mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
Merge pull request #275 from fbelavenuto/first-beta
First beta release, with new update system
This commit is contained in:
commit
c99b545226
@ -1,5 +1,5 @@
|
||||
|
||||
ARPL_VERSION="0.5-alpha2"
|
||||
ARPL_VERSION="1.0-beta"
|
||||
|
||||
# Define paths
|
||||
TMP_PATH="/tmp"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user