Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] inxi: update to 3.3.31.2
@ 2023-11-07  9:19 filiprojek
  2023-11-07 10:53 ` realcharmer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: filiprojek @ 2023-11-07  9:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages inxi
https://github.com/void-linux/void-packages/pull/47108

inxi: update to 3.3.31.2
Tagging the maintainer @realcharmer 

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

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

From 582882c1c27e44e14a8edce0fe3a0ef01cdbdfd3 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Tue, 7 Nov 2023 10:17:30 +0100
Subject: [PATCH] inxi: update to 3.3.31.2

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

diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template
index 67b273867d53a..a893b72167302 100644
--- a/srcpkgs/inxi/template
+++ b/srcpkgs/inxi/template
@@ -1,6 +1,6 @@
 # Template file for 'inxi'
 pkgname=inxi
-version=3.3.30.1
+version=3.3.31.2
 revision=1
 _distver="${version%.*}-${version##*.}"
 depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo
@@ -11,7 +11,7 @@ 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/refs/tags/${_distver}.tar.gz"
-checksum=6e10241933302bbdec2af5361ffacf98f425d63ea67ce56993f86dad06ffb404
+checksum=ff5d138392ac557e31ede6cf96d73d1b9f972f42f6529d47fec2c51184bff338
 
 do_install() {
 	vbin inxi

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

* Re: inxi: update to 3.3.31.2
  2023-11-07  9:19 [PR PATCH] inxi: update to 3.3.31.2 filiprojek
@ 2023-11-07 10:53 ` realcharmer
  2023-11-08 20:50 ` Chocimier
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: realcharmer @ 2023-11-07 10:53 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/47108#issuecomment-1798269818

Comment:
Thanks for the help, looks good.

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

* Re: inxi: update to 3.3.31.2
  2023-11-07  9:19 [PR PATCH] inxi: update to 3.3.31.2 filiprojek
  2023-11-07 10:53 ` realcharmer
@ 2023-11-08 20:50 ` Chocimier
  2023-11-09 14:34 ` [PR PATCH] [Updated] " filiprojek
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2023-11-08 20:50 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/47108#issuecomment-1802654388

Comment:
> RELEASE NOTES:
> Packagers: remember, inxi repos and issue reports are now on codeberg.org - make 
> sure to change your package scripts and URLs.

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

* Re: [PR PATCH] [Updated] inxi: update to 3.3.31.2
  2023-11-07  9:19 [PR PATCH] inxi: update to 3.3.31.2 filiprojek
  2023-11-07 10:53 ` realcharmer
  2023-11-08 20:50 ` Chocimier
@ 2023-11-09 14:34 ` filiprojek
  2023-11-09 14:38 ` filiprojek
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: filiprojek @ 2023-11-09 14:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages inxi
https://github.com/void-linux/void-packages/pull/47108

inxi: update to 3.3.31.2
Tagging the maintainer @realcharmer 

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

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

From a0b4f755168871bc34b97599cbaf10d5a10cd3cd Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Tue, 7 Nov 2023 10:17:30 +0100
Subject: [PATCH] inxi: update to 3.3.31.2

---
 srcpkgs/inxi/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template
index 67b273867d53a..5bd6a37b0c955 100644
--- a/srcpkgs/inxi/template
+++ b/srcpkgs/inxi/template
@@ -1,6 +1,6 @@
 # Template file for 'inxi'
 pkgname=inxi
-version=3.3.30.1
+version=3.3.31.2
 revision=1
 _distver="${version%.*}-${version##*.}"
 depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo
@@ -9,9 +9,9 @@ short_desc="Full featured system information script"
 maintainer="Emil Miler <em@0x45.cz>"
 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/refs/tags/${_distver}.tar.gz"
-checksum=6e10241933302bbdec2af5361ffacf98f425d63ea67ce56993f86dad06ffb404
+changelog="https://codeberg.org/smxi/inxi/raw/branch/master/inxi.changelog"
+distfiles="https://codeberg.org/smxi/inxi/archive/${_distver}.tar.gz"
+checksum=ff5d138392ac557e31ede6cf96d73d1b9f972f42f6529d47fec2c51184bff338
 
 do_install() {
 	vbin inxi

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

* Re: [PR PATCH] [Updated] inxi: update to 3.3.31.2
  2023-11-07  9:19 [PR PATCH] inxi: update to 3.3.31.2 filiprojek
                   ` (2 preceding siblings ...)
  2023-11-09 14:34 ` [PR PATCH] [Updated] " filiprojek
@ 2023-11-09 14:38 ` filiprojek
  2023-11-09 14:43 ` filiprojek
  2023-11-09 16:58 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: filiprojek @ 2023-11-09 14:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages inxi
https://github.com/void-linux/void-packages/pull/47108

inxi: update to 3.3.31.2
Tagging the maintainer @realcharmer 

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

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

From f410e015d17bf0f5e8004103040564cf86a02c6f Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Tue, 7 Nov 2023 10:17:30 +0100
Subject: [PATCH] inxi: update to 3.3.31.2

---
 srcpkgs/inxi/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template
index 67b273867d53a..5f961cb6ee84c 100644
--- a/srcpkgs/inxi/template
+++ b/srcpkgs/inxi/template
@@ -1,6 +1,6 @@
 # Template file for 'inxi'
 pkgname=inxi
-version=3.3.30.1
+version=3.3.31.2
 revision=1
 _distver="${version%.*}-${version##*.}"
 depends="dmidecode file glxinfo pciutils perl procps-ng usbutils xdpyinfo
@@ -9,9 +9,9 @@ short_desc="Full featured system information script"
 maintainer="Emil Miler <em@0x45.cz>"
 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/refs/tags/${_distver}.tar.gz"
-checksum=6e10241933302bbdec2af5361ffacf98f425d63ea67ce56993f86dad06ffb404
+changelog="https://codeberg.org/smxi/inxi/raw/branch/master/inxi.changelog"
+distfiles="https://codeberg.org/smxi/inxi/archive/${_distver}.tar.gz"
+checksum=0f4dd81980b327aa71f3684a832ec4488721024d428c712f3c9bbdb35f6a2b42
 
 do_install() {
 	vbin inxi

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

* Re: inxi: update to 3.3.31.2
  2023-11-07  9:19 [PR PATCH] inxi: update to 3.3.31.2 filiprojek
                   ` (3 preceding siblings ...)
  2023-11-09 14:38 ` filiprojek
@ 2023-11-09 14:43 ` filiprojek
  2023-11-09 16:58 ` [PR PATCH] [Merged]: " Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: filiprojek @ 2023-11-09 14:43 UTC (permalink / raw)
  To: ml

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

New comment by filiprojek on void-packages repository

https://github.com/void-linux/void-packages/pull/47108#issuecomment-1803963951

Comment:
@Chocimier thanks for the alert, it should be ok now

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

* Re: [PR PATCH] [Merged]: inxi: update to 3.3.31.2
  2023-11-07  9:19 [PR PATCH] inxi: update to 3.3.31.2 filiprojek
                   ` (4 preceding siblings ...)
  2023-11-09 14:43 ` filiprojek
@ 2023-11-09 16:58 ` Chocimier
  5 siblings, 0 replies; 7+ messages in thread
From: Chocimier @ 2023-11-09 16:58 UTC (permalink / raw)
  To: ml

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

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

inxi: update to 3.3.31.2
https://github.com/void-linux/void-packages/pull/47108

Description:
Tagging the maintainer @realcharmer 

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


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

end of thread, other threads:[~2023-11-09 16:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-07  9:19 [PR PATCH] inxi: update to 3.3.31.2 filiprojek
2023-11-07 10:53 ` realcharmer
2023-11-08 20:50 ` Chocimier
2023-11-09 14:34 ` [PR PATCH] [Updated] " filiprojek
2023-11-09 14:38 ` filiprojek
2023-11-09 14:43 ` filiprojek
2023-11-09 16:58 ` [PR PATCH] [Merged]: " Chocimier

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