## Updating with OBS Services
To do an update:
* Edit \_service and change `v0.19.0` to match the release tag version from upstream
* Optional: Change `` to your email address
* Run `osc service ra` - this will download the git sources, tar it, and vendor the dependencies.
* osc rm the "old" source tar
* osc add the "new" source tar
* test build with osc build
* osc ci / osc sr as normal.