mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 08:52:48 +02:00
clean
This commit is contained in:
parent
dccddf644a
commit
47d7138da0
1 changed files with 1 additions and 0 deletions
1
update
1
update
|
@ -6,6 +6,7 @@ set -e
|
||||||
PUBLIC_KEY="RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U"
|
PUBLIC_KEY="RWSGOq2NVecA2UPNdBUZykf1CCb147pkmdtYxgb3Ti+JO/wCYvhbAb/U"
|
||||||
|
|
||||||
# Grab the JSON and parse the version
|
# Grab the JSON and parse the version
|
||||||
|
rm -rf index.json index.json.minisig
|
||||||
curl -s 'https://ziglang.org/download/index.json' > index.json
|
curl -s 'https://ziglang.org/download/index.json' > index.json
|
||||||
VERSION=$(cat index.json | jq -r '.master.version')
|
VERSION=$(cat index.json | jq -r '.master.version')
|
||||||
echo "Parsing master version: ${VERSION}"
|
echo "Parsing master version: ${VERSION}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue