1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cesium_ynh.git synced 2024-09-03 18:06:25 +02:00

Update helper-update-version

This commit is contained in:
Thatoo 2019-06-10 19:00:39 +02:00 committed by GitHub
parent 9775ae1280
commit 729c650955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
# Retrieve sources, get sha256sum, parse package version and update these strings in manifest, README and /conf/app.src
URL=$(curl -s https://api.github.com/repos/duniter/cesium/releases/latest | grep "browser_" | grep "web" | head -1 | cut -d\" -f4)
echo $url
echo $URL
wget -nc --quiet $URL -P ./tmp
CHECKSUM=$(sha256sum ./tmp/cesium-*-web.zip | head -c 64)
echo $CHECKSUM