Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] inxi: update to 3.3.23
@ 2022-11-06 19:03 bubba-champion
  2022-11-29 14:45 ` [PR PATCH] [Updated] " bubba-champion
  2022-11-29 14:54 ` [PR PATCH] [Closed]: " bubba-champion
  0 siblings, 2 replies; 4+ messages in thread
From: bubba-champion @ 2022-11-06 19:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bubba-champion/void-packages master
https://github.com/void-linux/void-packages/pull/40367

inxi: update to 3.3.23
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From fdb14ea1515515f684d3d85c7e3b2514fb684327 Mon Sep 17 00:00:00 2001
From: bubba-champion <112645980+bubba-champion@users.noreply.github.com>
Date: Sun, 6 Nov 2022 18:57:17 +0000
Subject: [PATCH] inxi: update to 3.3.23

---
 srcpkgs/inxi/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template
index a04022e707dc..103636147cc9 100644
--- a/srcpkgs/inxi/template
+++ b/srcpkgs/inxi/template
@@ -1,17 +1,17 @@
 # Template file for 'inxi'
 pkgname=inxi
-version=3.3.21
+version=3.3.23
 revision=1
 wrksrc="inxi-${version}-1"
-depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr
- procps-ng"
+depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo xprop
+ xrandr"
 short_desc="Full featured system information script"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://smxi.org/docs/inxi.htm"
 changelog="https://raw.githubusercontent.com/smxi/inxi/master/inxi.changelog"
-distfiles="https://github.com/smxi/inxi/archive/${version}-1.tar.gz"
-checksum=19b196e07c881ea8da5ecd628ba6fe607690593eab122c2704f66c932d3dafdd
+distfiles="https://github.com/smxi/inxi/archive/refs/tags/${version}-1.tar.gz"
+checksum=e85bcd9d28bcb094ae0015339bfb15267d5fcf369a712dea878b21d5372a222a
 
 do_install() {
 	vbin inxi

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

* Re: [PR PATCH] [Updated] inxi: update to 3.3.23
  2022-11-06 19:03 [PR PATCH] inxi: update to 3.3.23 bubba-champion
@ 2022-11-29 14:45 ` bubba-champion
  2022-11-29 14:54 ` [PR PATCH] [Closed]: " bubba-champion
  1 sibling, 0 replies; 4+ messages in thread
From: bubba-champion @ 2022-11-29 14:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bubba-champion/void-packages master
https://github.com/void-linux/void-packages/pull/40367

inxi: update to 3.3.23
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From fdb14ea1515515f684d3d85c7e3b2514fb684327 Mon Sep 17 00:00:00 2001
From: bubba-champion <112645980+bubba-champion@users.noreply.github.com>
Date: Sun, 6 Nov 2022 18:57:17 +0000
Subject: [PATCH 1/2] inxi: update to 3.3.23

---
 srcpkgs/inxi/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template
index a04022e707dc..103636147cc9 100644
--- a/srcpkgs/inxi/template
+++ b/srcpkgs/inxi/template
@@ -1,17 +1,17 @@
 # Template file for 'inxi'
 pkgname=inxi
-version=3.3.21
+version=3.3.23
 revision=1
 wrksrc="inxi-${version}-1"
-depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr
- procps-ng"
+depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo xprop
+ xrandr"
 short_desc="Full featured system information script"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://smxi.org/docs/inxi.htm"
 changelog="https://raw.githubusercontent.com/smxi/inxi/master/inxi.changelog"
-distfiles="https://github.com/smxi/inxi/archive/${version}-1.tar.gz"
-checksum=19b196e07c881ea8da5ecd628ba6fe607690593eab122c2704f66c932d3dafdd
+distfiles="https://github.com/smxi/inxi/archive/refs/tags/${version}-1.tar.gz"
+checksum=e85bcd9d28bcb094ae0015339bfb15267d5fcf369a712dea878b21d5372a222a
 
 do_install() {
 	vbin inxi

From 5865f63e79ef522b181f3691b80c5cb7e3eec63f Mon Sep 17 00:00:00 2001
From: Sergey <112645980+bubba-champion@users.noreply.github.com>
Date: Tue, 29 Nov 2022 17:44:13 +0300
Subject: [PATCH 2/2] inxi: update to 3.3.23

---
 srcpkgs/inxi/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template
index 103636147cc9..d04647745f23 100644
--- a/srcpkgs/inxi/template
+++ b/srcpkgs/inxi/template
@@ -2,9 +2,8 @@
 pkgname=inxi
 version=3.3.23
 revision=1
-wrksrc="inxi-${version}-1"
-depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo xprop
- xrandr"
+depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo
+ xprop xrandr"
 short_desc="Full featured system information script"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"

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

* Re: [PR PATCH] [Closed]: inxi: update to 3.3.23
  2022-11-06 19:03 [PR PATCH] inxi: update to 3.3.23 bubba-champion
  2022-11-29 14:45 ` [PR PATCH] [Updated] " bubba-champion
@ 2022-11-29 14:54 ` bubba-champion
  1 sibling, 0 replies; 4+ messages in thread
From: bubba-champion @ 2022-11-29 14:54 UTC (permalink / raw)
  To: ml

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

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

inxi: update to 3.3.23
https://github.com/void-linux/void-packages/pull/40367

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

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

* [PR PATCH] inxi: update to 3.3.23
@ 2022-11-29 15:35 bubba-champion
  0 siblings, 0 replies; 4+ messages in thread
From: bubba-champion @ 2022-11-29 15:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bubba-champion/void-packages inxi
https://github.com/void-linux/void-packages/pull/40835

inxi: update to 3.3.23
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From e39aa0d0a219d85c851eefe27684fb605dd7b779 Mon Sep 17 00:00:00 2001
From: Sergey <112645980+bubba-champion@users.noreply.github.com>
Date: Tue, 29 Nov 2022 18:23:55 +0300
Subject: [PATCH] inxi: update to 3.3.23

---
 srcpkgs/inxi/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template
index 3a4e75b5f97d..d04647745f23 100644
--- a/srcpkgs/inxi/template
+++ b/srcpkgs/inxi/template
@@ -1,16 +1,16 @@
 # Template file for 'inxi'
 pkgname=inxi
-version=3.3.21
+version=3.3.23
 revision=1
-depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr
- procps-ng"
+depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo
+ xprop xrandr"
 short_desc="Full featured system information script"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://smxi.org/docs/inxi.htm"
 changelog="https://raw.githubusercontent.com/smxi/inxi/master/inxi.changelog"
-distfiles="https://github.com/smxi/inxi/archive/${version}-1.tar.gz"
-checksum=19b196e07c881ea8da5ecd628ba6fe607690593eab122c2704f66c932d3dafdd
+distfiles="https://github.com/smxi/inxi/archive/refs/tags/${version}-1.tar.gz"
+checksum=e85bcd9d28bcb094ae0015339bfb15267d5fcf369a712dea878b21d5372a222a
 
 do_install() {
 	vbin inxi

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

end of thread, other threads:[~2022-11-29 15:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-06 19:03 [PR PATCH] inxi: update to 3.3.23 bubba-champion
2022-11-29 14:45 ` [PR PATCH] [Updated] " bubba-champion
2022-11-29 14:54 ` [PR PATCH] [Closed]: " bubba-champion
2022-11-29 15:35 [PR PATCH] " bubba-champion

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