1 #!/usr/bin/env nix-shell
2 #!nix-shell -i bash -p curl jq common-updater-scripts
4 version
="$(curl -sL "https
://api.github.com
/repos
/ONLYOFFICE
/DesktopEditors
/releases?per_page
=1" | jq -r ".
[0].tag_name
" | sed 's/^v//')"
5 update-source-version onlyoffice-bin
"$version"