Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pueue: update to 3.3.0
@ 2023-10-21 20:09 cinerea0
  2023-10-24 17:44 ` [PR PATCH] [Closed]: " cinerea0
  0 siblings, 1 reply; 3+ messages in thread
From: cinerea0 @ 2023-10-21 20:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages pueue
https://github.com/void-linux/void-packages/pull/46819

pueue: update to 3.3.0
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 6aa9c5f2e0a30ef859da1c2d0e901bc7c972bc8b Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Sat, 21 Oct 2023 16:08:57 -0400
Subject: [PATCH] pueue: update to 3.3.0

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

diff --git a/srcpkgs/pueue/template b/srcpkgs/pueue/template
index a747b9c4557a6..de9adb09b863b 100644
--- a/srcpkgs/pueue/template
+++ b/srcpkgs/pueue/template
@@ -1,6 +1,6 @@
 # Template file for 'pueue'
 pkgname=pueue
-version=3.2.0
+version=3.3.0
 revision=1
 build_style=cargo
 build_helper="qemu"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/Nukesor/pueue"
 changelog="https://raw.githubusercontent.com/Nukesor/pueue/main/CHANGELOG.md"
 distfiles="https://github.com/Nukesor/pueue/archive/refs/tags/v${version}.tar.gz"
-checksum=0c3126579661f894fb02a0d8c0e138ab23b277e97cea2d85e48d3d2b9fb1c372
+checksum=95f9c2744c6b9c43cf9e78864fcc05478aad65527786cb9ab5c58c2b998547de
 make_check=no  # tests are nondeterministic
 
 case "$XBPS_TARGET_MACHINE" in

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

* Re: [PR PATCH] [Closed]: pueue: update to 3.3.0
  2023-10-21 20:09 [PR PATCH] pueue: update to 3.3.0 cinerea0
@ 2023-10-24 17:44 ` cinerea0
  0 siblings, 0 replies; 3+ messages in thread
From: cinerea0 @ 2023-10-24 17:44 UTC (permalink / raw)
  To: ml

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

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

pueue: update to 3.3.0
https://github.com/void-linux/void-packages/pull/46819

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


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

* [PR PATCH] pueue: update to 3.3.0.
@ 2023-10-24 14:42 crater2150
  0 siblings, 0 replies; 3+ messages in thread
From: crater2150 @ 2023-10-24 14:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/crater2150/void-packages update/pueue
https://github.com/void-linux/void-packages/pull/46872

pueue: update to 3.3.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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/46872.patch is attached

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

From 702367e59ffe268589b0106ea3d663867ab4e31e Mon Sep 17 00:00:00 2001
From: Alexander Gehrke <void@qwertyuiop.de>
Date: Tue, 24 Oct 2023 16:41:37 +0200
Subject: [PATCH] pueue: update to 3.3.0.

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

diff --git a/srcpkgs/pueue/template b/srcpkgs/pueue/template
index a747b9c4557a6..de9adb09b863b 100644
--- a/srcpkgs/pueue/template
+++ b/srcpkgs/pueue/template
@@ -1,6 +1,6 @@
 # Template file for 'pueue'
 pkgname=pueue
-version=3.2.0
+version=3.3.0
 revision=1
 build_style=cargo
 build_helper="qemu"
@@ -11,7 +11,7 @@ license="MIT"
 homepage="https://github.com/Nukesor/pueue"
 changelog="https://raw.githubusercontent.com/Nukesor/pueue/main/CHANGELOG.md"
 distfiles="https://github.com/Nukesor/pueue/archive/refs/tags/v${version}.tar.gz"
-checksum=0c3126579661f894fb02a0d8c0e138ab23b277e97cea2d85e48d3d2b9fb1c372
+checksum=95f9c2744c6b9c43cf9e78864fcc05478aad65527786cb9ab5c58c2b998547de
 make_check=no  # tests are nondeterministic
 
 case "$XBPS_TARGET_MACHINE" in

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

end of thread, other threads:[~2023-10-24 17:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-21 20:09 [PR PATCH] pueue: update to 3.3.0 cinerea0
2023-10-24 17:44 ` [PR PATCH] [Closed]: " cinerea0
2023-10-24 14:42 [PR PATCH] " crater2150

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).