* [PR PATCH] just: update to 1.38.0.
@ 2025-01-21 2:54 Vinfall
2025-01-30 15:39 ` xavierfortier1
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Vinfall @ 2025-01-21 2:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 513 bytes --]
There is a new pull request by Vinfall against master on the void-packages repository
https://github.com/Vinfall/void-packages just-update
https://github.com/void-linux/void-packages/pull/54059
just: update to 1.38.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- Local tests passed.
cc @cinerea0
A patch file from https://github.com/void-linux/void-packages/pull/54059.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-just-update-54059.patch --]
[-- Type: text/x-diff, Size: 1031 bytes --]
From c44382a926da528df84da23861c01fe41b1d3f21 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Tue, 21 Jan 2025 10:42:19 +0800
Subject: [PATCH] just: update to 1.38.0.
---
srcpkgs/just/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/just/template b/srcpkgs/just/template
index 09b54e79363faf..be30f5ed8c1f61 100644
--- a/srcpkgs/just/template
+++ b/srcpkgs/just/template
@@ -1,6 +1,6 @@
# Template file for 'just'
pkgname=just
-version=1.37.0
+version=1.38.0
revision=1
build_style=cargo
build_helper=qemu
@@ -12,7 +12,7 @@ license="CC0-1.0"
homepage="https://github.com/casey/just"
changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md"
distfiles="https://github.com/casey/just/archive/refs/tags/${version}.tar.gz"
-checksum=13af58413af8f5d41d72c955de0ed9863a53f286df5f848e3d68bcb070b54ef2
+checksum=3d47e27755d39f40e1ca34bc0ef535fa514e7ed547b2af62311dcadd8bd6d564
make_check=ci-skip # test fails when run as root
# Fix failing test
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: just: update to 1.38.0.
2025-01-21 2:54 [PR PATCH] just: update to 1.38.0 Vinfall
@ 2025-01-30 15:39 ` xavierfortier1
2025-01-31 2:30 ` [PR PATCH] [Updated] " Vinfall
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: xavierfortier1 @ 2025-01-30 15:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 264 bytes --]
New comment by xavierfortier1 on void-packages repository
https://github.com/void-linux/void-packages/pull/54059#issuecomment-2624843106
Comment:
Hey! I went to the repo and saw that 1.39.0 is out since last week! You could that PR with that new version :eyes:
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] just: update to 1.38.0.
2025-01-21 2:54 [PR PATCH] just: update to 1.38.0 Vinfall
2025-01-30 15:39 ` xavierfortier1
@ 2025-01-31 2:30 ` Vinfall
2025-01-31 2:35 ` just: update to 1.39.0 Vinfall
2025-02-18 3:45 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: Vinfall @ 2025-01-31 2:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 518 bytes --]
There is an updated pull request by Vinfall against master on the void-packages repository
https://github.com/Vinfall/void-packages just-update
https://github.com/void-linux/void-packages/pull/54059
just: update to 1.38.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- Local tests passed.
cc @cinerea0
A patch file from https://github.com/void-linux/void-packages/pull/54059.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-just-update-54059.patch --]
[-- Type: text/x-diff, Size: 1031 bytes --]
From 3cc91d71a04b12ecd2de8eb14625e1426c74c5cd Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniah@riseup.net>
Date: Tue, 21 Jan 2025 10:42:19 +0800
Subject: [PATCH] just: update to 1.39.0.
---
srcpkgs/just/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/just/template b/srcpkgs/just/template
index 09b54e79363faf..e2b0b862c97d49 100644
--- a/srcpkgs/just/template
+++ b/srcpkgs/just/template
@@ -1,6 +1,6 @@
# Template file for 'just'
pkgname=just
-version=1.37.0
+version=1.39.0
revision=1
build_style=cargo
build_helper=qemu
@@ -12,7 +12,7 @@ license="CC0-1.0"
homepage="https://github.com/casey/just"
changelog="https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md"
distfiles="https://github.com/casey/just/archive/refs/tags/${version}.tar.gz"
-checksum=13af58413af8f5d41d72c955de0ed9863a53f286df5f848e3d68bcb070b54ef2
+checksum=8a900072d7f909bc91030df5896168752bb9108967dbb7149d2cfb11fdeb087a
make_check=ci-skip # test fails when run as root
# Fix failing test
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: just: update to 1.39.0.
2025-01-21 2:54 [PR PATCH] just: update to 1.38.0 Vinfall
2025-01-30 15:39 ` xavierfortier1
2025-01-31 2:30 ` [PR PATCH] [Updated] " Vinfall
@ 2025-01-31 2:35 ` Vinfall
2025-02-18 3:45 ` [PR PATCH] [Closed]: " classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: Vinfall @ 2025-01-31 2:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
New comment by Vinfall on void-packages repository
https://github.com/void-linux/void-packages/pull/54059#issuecomment-2626172370
Comment:
Updated, thanks for letting me know!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Closed]: just: update to 1.39.0.
2025-01-21 2:54 [PR PATCH] just: update to 1.38.0 Vinfall
` (2 preceding siblings ...)
2025-01-31 2:35 ` just: update to 1.39.0 Vinfall
@ 2025-02-18 3:45 ` classabbyamp
3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2025-02-18 3:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 358 bytes --]
There's a closed pull request on the void-packages repository
just: update to 1.39.0.
https://github.com/void-linux/void-packages/pull/54059
Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- Local tests passed.
cc @cinerea0
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-02-18 3:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-21 2:54 [PR PATCH] just: update to 1.38.0 Vinfall
2025-01-30 15:39 ` xavierfortier1
2025-01-31 2:30 ` [PR PATCH] [Updated] " Vinfall
2025-01-31 2:35 ` just: update to 1.39.0 Vinfall
2025-02-18 3:45 ` [PR PATCH] [Closed]: " 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).