Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] just: update to 1.22.0
@ 2024-01-08  2:51 cinerea0
  2024-01-09  3:05 ` [PR PATCH] [Updated] " cinerea0
  2024-01-10  1:42 ` [PR PATCH] [Merged]: just: update to 1.22.1 classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2024-01-08  2:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages just
https://github.com/void-linux/void-packages/pull/48116

just: update to 1.22.0
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/48116.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-just-48116.patch --]
[-- Type: text/x-diff, Size: 1043 bytes --]

From 5646d05ff089b9e1aec7efdef9ea204f2c24fda8 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sun, 7 Jan 2024 21:51:16 -0500
Subject: [PATCH] just: update to 1.22.0

---
 srcpkgs/just/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/just/template b/srcpkgs/just/template
index cd9c13bb7de97..847d3e17506cd 100644
--- a/srcpkgs/just/template
+++ b/srcpkgs/just/template
@@ -1,6 +1,6 @@
 # Template file for 'just'
 pkgname=just
-version=1.21.0
+version=1.22.0
 revision=1
 build_style=cargo
 short_desc="Just a command runner"
@@ -9,7 +9,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=1421c6bbf80547b6d270a918e1143efd2ab37d80078db606a51a0ef3a8a8f771
+checksum=d43bcc64fcc5ceeee40a68268848ee64a30fdd24533d0c996df3cfbb1415a224
 make_check=ci-skip  # test fails when run as root
 
 # Fix failing test

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] just: update to 1.22.0
  2024-01-08  2:51 [PR PATCH] just: update to 1.22.0 cinerea0
@ 2024-01-09  3:05 ` cinerea0
  2024-01-10  1:42 ` [PR PATCH] [Merged]: just: update to 1.22.1 classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-01-09  3:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 381 bytes --]

There is an updated pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages just
https://github.com/void-linux/void-packages/pull/48116

just: update to 1.22.0
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/48116.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-just-48116.patch --]
[-- Type: text/x-diff, Size: 1043 bytes --]

From 457228573316466f1b2bd9a75cea21acfc722d09 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Mon, 8 Jan 2024 22:05:20 -0500
Subject: [PATCH] just: update to 1.22.1

---
 srcpkgs/just/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/just/template b/srcpkgs/just/template
index cd9c13bb7de97..155edc5e970eb 100644
--- a/srcpkgs/just/template
+++ b/srcpkgs/just/template
@@ -1,6 +1,6 @@
 # Template file for 'just'
 pkgname=just
-version=1.21.0
+version=1.22.1
 revision=1
 build_style=cargo
 short_desc="Just a command runner"
@@ -9,7 +9,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=1421c6bbf80547b6d270a918e1143efd2ab37d80078db606a51a0ef3a8a8f771
+checksum=525bd3fc190b508d885af1d9c01fc774b0e6cbdd0ac4a3d84606dfc5757b4910
 make_check=ci-skip  # test fails when run as root
 
 # Fix failing test

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: just: update to 1.22.1
  2024-01-08  2:51 [PR PATCH] just: update to 1.22.0 cinerea0
  2024-01-09  3:05 ` [PR PATCH] [Updated] " cinerea0
@ 2024-01-10  1:42 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-01-10  1:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

There's a merged pull request on the void-packages repository

just: update to 1.22.1
https://github.com/void-linux/void-packages/pull/48116

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-10  1:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08  2:51 [PR PATCH] just: update to 1.22.0 cinerea0
2024-01-09  3:05 ` [PR PATCH] [Updated] " cinerea0
2024-01-10  1:42 ` [PR PATCH] [Merged]: just: update to 1.22.1 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).