Skip to content
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

Merged
merged 4 commits into from
Feb 6, 2025

Conversation

jimed-rand
Copy link
Contributor

Another updates for VirtualBox and also adding a focal releases.

@github-actions github-actions bot added the Update Package Use this to request pacscript update label Feb 5, 2025
Copy link
Member

@Elsie19 Elsie19 left a 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?

@jimed-rand
Copy link
Contributor Author

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 ?

@jimed-rand
Copy link
Contributor Author

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.

@Elsie19
Copy link
Member

Elsie19 commented Feb 6, 2025

Sorry, what I meant is that you have something like:

source_bla
sha256sums_bla

source_foo
sha256sums_foo

And what I want is:

source_bla
source_foo
sha256sums_bla
sha256sums_foo

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

@jimed-rand
Copy link
Contributor Author

jimed-rand commented Feb 6, 2025

Sorry, what I meant is that you have something like:

source_bla
sha256sums_bla

source_foo
sha256sums_foo

And what I want is:

source_bla
source_foo
sha256sums_bla
sha256sums_foo

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 :

source_bullseye=("https://download.virtualbox.org/virtualbox/${pkgver}/${gives}_${pkgver}-${release}~Debian~bullseye_amd64.deb")
source_bookworm=("https://download.virtualbox.org/virtualbox/${pkgver}/${gives}_${pkgver}-${release}~Debian~bookworm_amd64.deb")
source_focal=("https://download.virtualbox.org/virtualbox/${pkgver}/${gives}_${pkgver}-${release}~Ubuntu~focal_amd64.deb")
source_jammy=("https://download.virtualbox.org/virtualbox/${pkgver}/${gives}_${pkgver}-${release}~Ubuntu~jammy_amd64.deb")
source_noble=("https://download.virtualbox.org/virtualbox/${pkgver}/${gives}_${pkgver}-${release}~Ubuntu~noble_amd64.deb")
sha256sums_bullseye="0ea7dc51de62e9ce65862ea72635eeefcdf21016fe54444d3f956f0119ac0ac0"
sha256sums_bookworm="e87626c95d3162939c397a003f0d2772419cfe138e68ea1074430fbca8c6c13f"
sha256sums_focal="2d05f51d382cda0162f6ff41a3a0acd64e725c7af547e252a7ce200f8c76ca77"
sha256sums_jammy="0094042f659eac5f4f82bd2f1afa00ed6f0c5cec3b43a873cc4b61f43e4fb8f0"
sha256sums_noble="b1e8406c141ff40221cebe5a99224ec74f1960d1491986d3bb1300a99c4790a1"

@Elsie19 Elsie19 enabled auto-merge (squash) February 6, 2025 00:48
@Elsie19 Elsie19 merged commit 612ae1d into pacstall:master Feb 6, 2025
14 checks passed
@jimed-rand jimed-rand deleted the virtualbox-upd branch February 6, 2025 02:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Update Package Use this to request pacscript update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants