2023-06-17 13:55:53 +02:00
|
|
|
To update this package to a new upstream release, run:
|
2020-01-06 06:19:53 +01:00
|
|
|
|
2023-06-17 13:55:53 +02:00
|
|
|
$ current_version=$(ls alacritty-*.tar.xz)
|
2024-03-26 01:18:13 +01:00
|
|
|
$ osc service manualrun
|
2023-06-17 13:55:53 +02:00
|
|
|
|
|
|
|
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"
|
2021-01-03 10:11:15 +01:00
|
|
|
|