chore: removed name entry from sources.json file

This commit is contained in:
Luis Quiñones
2024-12-31 16:56:22 -05:00
parent 9730693e92
commit 5a6f4b324f
2 changed files with 3 additions and 3 deletions

2
.github/update.sh vendored
View File

@@ -60,7 +60,7 @@ try_to_update() {
semver="$twilight_version_name"
fi
jq ".[\"$name\"][\"$arch-linux\"] = {\"name\":\"$name\",\"version\":\"$semver\",\"sha1\":\"$remote_sha1\",\"url\":\"$download_url\",\"sha256\":\"$sha256\"}" <sources.json >sources.json.tmp
jq ".[\"$name\"][\"$arch-linux\"] = {\"version\":\"$semver\",\"sha1\":\"$remote_sha1\",\"url\":\"$download_url\",\"sha256\":\"$sha256\"}" <sources.json >sources.json.tmp
mv sources.json.tmp sources.json
echo "$name was updated to $version" # missing nix build!