1 #!/usr/bin/env nix-shell
2 #!nix-shell -i bash -p curl jq common-updater-scripts
6 version
="$(curl --silent "https
://api.github.com
/repos
/z411
/trackma
/releases
" | jq '.[0].tag_name' --raw-output)"
8 update-source-version trackma
"${version:1}"