gentoo-audio / audio-overlay

Gentoo overlay for music production
https://gentoo-audio.github.io/audio-overlay
GNU General Public License v2.0
41 stars 22 forks source link

Bump Bitwig Studio to 5.1.2 #558

Closed withoutclass closed 6 months ago

withoutclass commented 7 months ago

A straightforward bump to the latest version. Created by copying the 5.0.9 ebuild and bumping the version. Validated using my local repository before creating this PR.

Let me know of anything I've made mistakes on here. This is my first ever ebuild PR.

NexAdn commented 6 months ago

Changes LGTM. Just squash the second commit into the first one and I'd consider this ready to merge.

Just a quick side note: using pkgdev commit instead of git commit automatically creates the correct commit message and also performs a bunch of automatic checks and updates the manifest, if necessary.

withoutclass commented 6 months ago

Changes LGTM. Just squash the second commit into the first one and I'd consider this ready to merge.

Just a quick side note: using pkgdev commit instead of git commit automatically creates the correct commit message and also performs a bunch of automatic checks and updates the manifest, if necessary.

Ok I've squashed the commits.

Thank you for the tip about pkgdev commit, I'll make sure to use it in the future :)