* [PR PATCH] juliaup: update to 1.17.11.
@ 2025-01-28 16:29 snwnde
2025-01-30 15:33 ` classabbyamp
` (10 more replies)
0 siblings, 11 replies; 12+ messages in thread
From: snwnde @ 2025-01-28 16:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1101 bytes --]
There is a new pull request by snwnde against master on the void-packages repository
https://github.com/snwnde/void-packages juliaup
https://github.com/void-linux/void-packages/pull/54137
juliaup: update to 1.17.11.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/54137.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-juliaup-54137.patch --]
[-- Type: text/x-diff, Size: 1116 bytes --]
From 6b2fc34889e51ad83e21fa45c2f20f0ed37ebbfe Mon Sep 17 00:00:00 2001
From: Senwen Deng <void@snwn.de>
Date: Tue, 28 Jan 2025 17:26:30 +0100
Subject: [PATCH] juliaup: update to 1.17.11.
---
srcpkgs/juliaup/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/juliaup/template b/srcpkgs/juliaup/template
index 2f1b1c977a36d4..5df3ab40e71254 100644
--- a/srcpkgs/juliaup/template
+++ b/srcpkgs/juliaup/template
@@ -1,6 +1,6 @@
# Template file for 'juliaup'
pkgname=juliaup
-version=1.8.16
+version=1.17.11
revision=1
archs="x86_64* i686 aarch64"
build_style=cargo
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/JuliaLang/juliaup"
distfiles="https://github.com/JuliaLang/juliaup/archive/refs/tags/v${version}.tar.gz"
-checksum=99b0d62b589c8a330fffaa2252b8e4251124bfd59077f0789a6a456d3b1ae81a
+checksum=2b3b88695b3cce2b79e70cabf2291f70306729baee6a939eb160b60449030e67
if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
# command_add test fails, doesn't seem to be able to launch the downloaded julia in the test
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: juliaup: update to 1.17.11.
2025-01-28 16:29 [PR PATCH] juliaup: update to 1.17.11 snwnde
@ 2025-01-30 15:33 ` classabbyamp
2025-01-30 18:01 ` snwnde
` (9 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2025-01-30 15:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 293 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/54137#issuecomment-2624826139
Comment:
this seems to be missing some of the programs it should have. see, for example, https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=juliaup#n21
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: juliaup: update to 1.17.11.
2025-01-28 16:29 [PR PATCH] juliaup: update to 1.17.11 snwnde
2025-01-30 15:33 ` classabbyamp
@ 2025-01-30 18:01 ` snwnde
2025-01-30 18:03 ` classabbyamp
` (8 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: snwnde @ 2025-01-30 18:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 622 bytes --]
New comment by snwnde on void-packages repository
https://github.com/void-linux/void-packages/pull/54137#issuecomment-2625207086
Comment:
> this seems to be missing some of the programs it should have. see, for example, https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=juliaup#n21
Since https://github.com/JuliaLang/juliaup/pull/639 is merged, the bins that are installed are `juliaup` and `julia`. Unless users really want `julialauncher`, which I doubt, I see no missing bin.
Then the shell completion files are indeed missing and I can add them, if @classabbyamp could confirm that all the rest is good.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: juliaup: update to 1.17.11.
2025-01-28 16:29 [PR PATCH] juliaup: update to 1.17.11 snwnde
2025-01-30 15:33 ` classabbyamp
2025-01-30 18:01 ` snwnde
@ 2025-01-30 18:03 ` classabbyamp
2025-01-30 18:48 ` [PR PATCH] [Updated] " snwnde
` (7 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2025-01-30 18:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 211 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/54137#issuecomment-2625210220
Comment:
ok, thanks for looking into it. completions would be good to add
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PR PATCH] [Updated] juliaup: update to 1.17.11.
2025-01-28 16:29 [PR PATCH] juliaup: update to 1.17.11 snwnde
` (2 preceding siblings ...)
2025-01-30 18:03 ` classabbyamp
@ 2025-01-30 18:48 ` snwnde
2025-01-30 19:00 ` snwnde
` (6 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: snwnde @ 2025-01-30 18:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]
There is an updated pull request by snwnde against master on the void-packages repository
https://github.com/snwnde/void-packages juliaup
https://github.com/void-linux/void-packages/pull/54137
juliaup: update to 1.17.11.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/54137.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-juliaup-54137.patch --]
[-- Type: text/x-diff, Size: 1642 bytes --]
From 8d5d4d95159e7859c6b8e122e91e817a8cc9831a Mon Sep 17 00:00:00 2001
From: Senwen Deng <void@snwn.de>
Date: Tue, 28 Jan 2025 17:26:30 +0100
Subject: [PATCH] juliaup: update to 1.17.11.
---
srcpkgs/juliaup/template | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/juliaup/template b/srcpkgs/juliaup/template
index 2f1b1c977a36d4..b2dfacd2fab091 100644
--- a/srcpkgs/juliaup/template
+++ b/srcpkgs/juliaup/template
@@ -1,6 +1,6 @@
# Template file for 'juliaup'
pkgname=juliaup
-version=1.8.16
+version=1.17.11
revision=1
archs="x86_64* i686 aarch64"
build_style=cargo
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/JuliaLang/juliaup"
distfiles="https://github.com/JuliaLang/juliaup/archive/refs/tags/v${version}.tar.gz"
-checksum=99b0d62b589c8a330fffaa2252b8e4251124bfd59077f0789a6a456d3b1ae81a
+checksum=2b3b88695b3cce2b79e70cabf2291f70306729baee6a939eb160b60449030e67
if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
# command_add test fails, doesn't seem to be able to launch the downloaded julia in the test
@@ -17,5 +17,14 @@ if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
fi
post_install() {
+ completions_bash="$(mktemp)"
+ completions_fish="$(mktemp)"
+ completions_zsh="$(mktemp)"
+ ${DESTDIR}/usr/bin/"$pkgname" completions bash > completions_bash
+ ${DESTDIR}/usr/bin/"$pkgname" completions fish > completions_fish
+ ${DESTDIR}/usr/bin/"$pkgname" completions zsh > completions_zsh
+ vcompletion completions_bash bash
+ vcompletion completions_fish fish
+ vcompletion completions_zsh zsh
vlicense LICENSE
}
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PR PATCH] [Updated] juliaup: update to 1.17.11.
2025-01-28 16:29 [PR PATCH] juliaup: update to 1.17.11 snwnde
` (3 preceding siblings ...)
2025-01-30 18:48 ` [PR PATCH] [Updated] " snwnde
@ 2025-01-30 19:00 ` snwnde
2025-01-30 19:06 ` [PR REVIEW] " classabbyamp
` (5 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: snwnde @ 2025-01-30 19:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]
There is an updated pull request by snwnde against master on the void-packages repository
https://github.com/snwnde/void-packages juliaup
https://github.com/void-linux/void-packages/pull/54137
juliaup: update to 1.17.11.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/54137.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-juliaup-54137.patch --]
[-- Type: text/x-diff, Size: 1642 bytes --]
From 6df718fe793105fa4e571ddedcf5291cf9e2e786 Mon Sep 17 00:00:00 2001
From: Senwen Deng <void@snwn.de>
Date: Tue, 28 Jan 2025 17:26:30 +0100
Subject: [PATCH] juliaup: update to 1.17.11.
---
srcpkgs/juliaup/template | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/juliaup/template b/srcpkgs/juliaup/template
index 2f1b1c977a36d4..687eeccb130ecc 100644
--- a/srcpkgs/juliaup/template
+++ b/srcpkgs/juliaup/template
@@ -1,6 +1,6 @@
# Template file for 'juliaup'
pkgname=juliaup
-version=1.8.16
+version=1.17.11
revision=1
archs="x86_64* i686 aarch64"
build_style=cargo
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/JuliaLang/juliaup"
distfiles="https://github.com/JuliaLang/juliaup/archive/refs/tags/v${version}.tar.gz"
-checksum=99b0d62b589c8a330fffaa2252b8e4251124bfd59077f0789a6a456d3b1ae81a
+checksum=2b3b88695b3cce2b79e70cabf2291f70306729baee6a939eb160b60449030e67
if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
# command_add test fails, doesn't seem to be able to launch the downloaded julia in the test
@@ -17,5 +17,14 @@ if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
fi
post_install() {
+ completions_bash="$(mktemp)"
+ completions_fish="$(mktemp)"
+ completions_zsh="$(mktemp)"
+ ${DESTDIR}/usr/bin/${pkgname} completions bash > completions_bash
+ ${DESTDIR}/usr/bin/${pkgname} completions fish > completions_fish
+ ${DESTDIR}/usr/bin/${pkgname} completions zsh > completions_zsh
+ vcompletion completions_bash bash
+ vcompletion completions_fish fish
+ vcompletion completions_zsh zsh
vlicense LICENSE
}
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PR REVIEW] juliaup: update to 1.17.11.
2025-01-28 16:29 [PR PATCH] juliaup: update to 1.17.11 snwnde
` (4 preceding siblings ...)
2025-01-30 19:00 ` snwnde
@ 2025-01-30 19:06 ` classabbyamp
2025-01-30 19:43 ` [PR PATCH] [Updated] " snwnde
` (4 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2025-01-30 19:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 306 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/54137#discussion_r1936144710
Comment:
```suggestion
for sh in bash fish zsh; do
${DESTDIR}/usr/bin/${pkgname} completions $sh > completions.$sh
vcompletion completions.$sh $sh
done
```
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PR PATCH] [Updated] juliaup: update to 1.17.11.
2025-01-28 16:29 [PR PATCH] juliaup: update to 1.17.11 snwnde
` (5 preceding siblings ...)
2025-01-30 19:06 ` [PR REVIEW] " classabbyamp
@ 2025-01-30 19:43 ` snwnde
2025-01-30 20:14 ` classabbyamp
` (3 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: snwnde @ 2025-01-30 19:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]
There is an updated pull request by snwnde against master on the void-packages repository
https://github.com/snwnde/void-packages juliaup
https://github.com/void-linux/void-packages/pull/54137
juliaup: update to 1.17.11.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/54137.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-juliaup-54137.patch --]
[-- Type: text/x-diff, Size: 1373 bytes --]
From 1462055ba99623bb59abe5e448fc02956d3af65c Mon Sep 17 00:00:00 2001
From: Senwen Deng <void@snwn.de>
Date: Tue, 28 Jan 2025 17:26:30 +0100
Subject: [PATCH] juliaup: update to 1.17.11.
---
srcpkgs/juliaup/template | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/juliaup/template b/srcpkgs/juliaup/template
index 2f1b1c977a36d4..17cd6051087015 100644
--- a/srcpkgs/juliaup/template
+++ b/srcpkgs/juliaup/template
@@ -1,6 +1,6 @@
# Template file for 'juliaup'
pkgname=juliaup
-version=1.8.16
+version=1.17.11
revision=1
archs="x86_64* i686 aarch64"
build_style=cargo
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/JuliaLang/juliaup"
distfiles="https://github.com/JuliaLang/juliaup/archive/refs/tags/v${version}.tar.gz"
-checksum=99b0d62b589c8a330fffaa2252b8e4251124bfd59077f0789a6a456d3b1ae81a
+checksum=2b3b88695b3cce2b79e70cabf2291f70306729baee6a939eb160b60449030e67
if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
# command_add test fails, doesn't seem to be able to launch the downloaded julia in the test
@@ -17,5 +17,9 @@ if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
fi
post_install() {
+ for sh in bash fish zsh; do
+ ${DESTDIR}/usr/bin/${pkgname} completions $sh > completions.$sh
+ vcompletion completions.$sh $sh
+ done
vlicense LICENSE
}
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: juliaup: update to 1.17.11.
2025-01-28 16:29 [PR PATCH] juliaup: update to 1.17.11 snwnde
` (6 preceding siblings ...)
2025-01-30 19:43 ` [PR PATCH] [Updated] " snwnde
@ 2025-01-30 20:14 ` classabbyamp
2025-01-31 10:35 ` [PR PATCH] [Updated] " snwnde
` (2 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2025-01-30 20:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 256 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/54137#issuecomment-2625484659
Comment:
to fix aarch64, add `build_helper="qemu"` and prefix the line that generate the completions with `vtargetrun`
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PR PATCH] [Updated] juliaup: update to 1.17.11.
2025-01-28 16:29 [PR PATCH] juliaup: update to 1.17.11 snwnde
` (7 preceding siblings ...)
2025-01-30 20:14 ` classabbyamp
@ 2025-01-31 10:35 ` snwnde
2025-01-31 10:49 ` snwnde
2025-01-31 12:34 ` [PR PATCH] [Merged]: " classabbyamp
10 siblings, 0 replies; 12+ messages in thread
From: snwnde @ 2025-01-31 10:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1102 bytes --]
There is an updated pull request by snwnde against master on the void-packages repository
https://github.com/snwnde/void-packages juliaup
https://github.com/void-linux/void-packages/pull/54137
juliaup: update to 1.17.11.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/54137.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-juliaup-54137.patch --]
[-- Type: text/x-diff, Size: 1447 bytes --]
From 71d509a03c797401c90a80e88cfe2f9641750c88 Mon Sep 17 00:00:00 2001
From: Senwen Deng <void@snwn.de>
Date: Tue, 28 Jan 2025 17:26:30 +0100
Subject: [PATCH] juliaup: update to 1.17.11.
---
srcpkgs/juliaup/template | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/juliaup/template b/srcpkgs/juliaup/template
index 2f1b1c977a36d4..ac64f62d20c1f2 100644
--- a/srcpkgs/juliaup/template
+++ b/srcpkgs/juliaup/template
@@ -1,15 +1,16 @@
# Template file for 'juliaup'
pkgname=juliaup
-version=1.8.16
+version=1.17.11
revision=1
archs="x86_64* i686 aarch64"
build_style=cargo
+build_helper="qemu"
short_desc="Julia installer and version multiplexer"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/JuliaLang/juliaup"
distfiles="https://github.com/JuliaLang/juliaup/archive/refs/tags/v${version}.tar.gz"
-checksum=99b0d62b589c8a330fffaa2252b8e4251124bfd59077f0789a6a456d3b1ae81a
+checksum=2b3b88695b3cce2b79e70cabf2291f70306729baee6a939eb160b60449030e67
if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
# command_add test fails, doesn't seem to be able to launch the downloaded julia in the test
@@ -17,5 +18,9 @@ if [ "$XBPS_TARGET_MACHINE" = x86_64-musl ]; then
fi
post_install() {
+ for sh in bash fish zsh; do
+ vtargetrun ${DESTDIR}/usr/bin/${pkgname} completions $sh > completions.$sh
+ vcompletion completions.$sh $sh
+ done
vlicense LICENSE
}
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: juliaup: update to 1.17.11.
2025-01-28 16:29 [PR PATCH] juliaup: update to 1.17.11 snwnde
` (8 preceding siblings ...)
2025-01-31 10:35 ` [PR PATCH] [Updated] " snwnde
@ 2025-01-31 10:49 ` snwnde
2025-01-31 12:34 ` [PR PATCH] [Merged]: " classabbyamp
10 siblings, 0 replies; 12+ messages in thread
From: snwnde @ 2025-01-31 10:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 261 bytes --]
New comment by snwnde on void-packages repository
https://github.com/void-linux/void-packages/pull/54137#issuecomment-2626910341
Comment:
> to fix aarch64, add `build_helper="qemu"` and prefix the line that generate the completions with `vtargetrun`
Done.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PR PATCH] [Merged]: juliaup: update to 1.17.11.
2025-01-28 16:29 [PR PATCH] juliaup: update to 1.17.11 snwnde
` (9 preceding siblings ...)
2025-01-31 10:49 ` snwnde
@ 2025-01-31 12:34 ` classabbyamp
10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2025-01-31 12:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 948 bytes --]
There's a merged pull request on the void-packages repository
juliaup: update to 1.17.11.
https://github.com/void-linux/void-packages/pull/54137
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2025-01-31 12:34 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-28 16:29 [PR PATCH] juliaup: update to 1.17.11 snwnde
2025-01-30 15:33 ` classabbyamp
2025-01-30 18:01 ` snwnde
2025-01-30 18:03 ` classabbyamp
2025-01-30 18:48 ` [PR PATCH] [Updated] " snwnde
2025-01-30 19:00 ` snwnde
2025-01-30 19:06 ` [PR REVIEW] " classabbyamp
2025-01-30 19:43 ` [PR PATCH] [Updated] " snwnde
2025-01-30 20:14 ` classabbyamp
2025-01-31 10:35 ` [PR PATCH] [Updated] " snwnde
2025-01-31 10:49 ` snwnde
2025-01-31 12:34 ` [PR PATCH] [Merged]: " classabbyamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).