-
-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upd(virtualbox-deb): 7.1.4
-> 7.1.6
#6989
Conversation
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you put all the sources together and all the sha256sums after instead of interleaved?
Did you mean just one sources instead branched by distros ? |
Well, VirtualBox had the differences binaries for any distros, Ubuntu have 3 LTS binaries avaliable (focal, jammy, noble) while Debian have 2 LTS binaries (bookworm, bullseye). If you want just one sources, it needs remove focal and jammy binaries and also remove the Debian binaries and adding a incompatible for them if you want just one sources. |
Sorry, what I meant is that you have something like:
And what I want is:
Something like this: diff --git a/test b/test
index 8a6dc24..ade9e5a 100644
--- a/test
+++ b/test
@@ -1,5 +1,4 @@
source_bla
-sha256sums_bla
-
source_foo
+sha256sums_bla
sha256sums_foo |
I see, fine. I'll fix it. Thanks for explanations. So, it will fix then like this :
|
Another updates for VirtualBox and also adding a
focal
releases.