Go to file
2025-01-14 17:40:46 +00:00
_constraints Update to version 0.15.0 2025-01-14 14:53:54 +00:00
_service Update to version 0.15.0 2025-01-14 14:53:54 +00:00
_servicedata Update to version 0.15.0 2025-01-14 14:53:54 +00:00
.gitattributes Update to version 0.15.0 2025-01-14 14:53:54 +00:00
.gitignore Update to version 0.15.0 2025-01-14 14:53:54 +00:00
alacritty-0.15.0.tar.zst Update to version 0.15.0 2025-01-14 14:53:54 +00:00
alacritty.changes Update to version 0.15.0 2025-01-14 14:53:54 +00:00
alacritty.obsinfo Update to version 0.15.0 2025-01-14 14:53:54 +00:00
alacritty.spec Update to version 0.15.0 2025-01-14 14:53:54 +00:00
README.suse-maint Update to version 0.15.0 2025-01-14 14:53:54 +00:00
vendor.tar.zst Update to version 0.15.0 2025-01-14 14:53:54 +00:00

To update this package to a new upstream release, run:

$ current_version=$(ls alacritty-*.tar.xz)
$ osc service manualrun

This should be enough do make a tarball out of the GitHub source tree AND
vendor all the needed Rust crates. If the cargo-audit source service detect
some bad enough vulnerability and give you the red light go visit
https://github.com/openSUSE/obs-service-cargo_audit to further instructions,
and/or contact the Alacritty maintainers.

Otherwise you should be good to go:

$ rm ${current_version}; osc addremove

# If you have the power to build locally:
$ osc build

$ new_version=$(ls alacritty-*.tar.xz)
$ osc ci -m "Update to ${new_version} release"
$ osc sr -m "Update to ${new_version} release"