Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] inxi: update to 3.1.08.
@ 2020-10-28 22:18 mobinmob
  2020-10-30 19:24 ` [PR REVIEW] " abenson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2020-10-28 22:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages inxi
https://github.com/void-linux/void-packages/pull/25954

inxi: update to 3.1.08.


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

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

From 5057797267f0cc8ff7a67cea6ce61402cc2ab20a Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 29 Oct 2020 00:18:01 +0200
Subject: [PATCH] inxi: update to 3.1.08.

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

diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template
index 4126ef12968..b4e19987f64 100644
--- a/srcpkgs/inxi/template
+++ b/srcpkgs/inxi/template
@@ -1,6 +1,6 @@
 # Template file for 'inxi'
 pkgname=inxi
-version=3.1.04
+version=3.1.08
 revision=1
 archs=noarch
 wrksrc="inxi-${version}-1"
@@ -12,7 +12,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/${version}-1.tar.gz"
-checksum=9661ee7120a5bdc5b7cd0b36a56aa18924283490e5430216d2ed8dc685cfc68c
+checksum=3f0560d8599179143afa323ec2b9d06262d4583f283073afd1ab6c819a12327f
 
 do_install() {
 	vbin inxi

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

* Re: [PR REVIEW] inxi: update to 3.1.08.
  2020-10-28 22:18 [PR PATCH] inxi: update to 3.1.08 mobinmob
@ 2020-10-30 19:24 ` abenson
  2020-10-30 20:49 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2020-10-30 19:24 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/25954#discussion_r515326330

Comment:
drop noarch

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

* Re: [PR PATCH] [Updated] inxi: update to 3.1.08.
  2020-10-28 22:18 [PR PATCH] inxi: update to 3.1.08 mobinmob
  2020-10-30 19:24 ` [PR REVIEW] " abenson
@ 2020-10-30 20:49 ` mobinmob
  2020-10-30 20:50 ` [PR REVIEW] " mobinmob
  2020-10-31  1:13 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2020-10-30 20:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages inxi
https://github.com/void-linux/void-packages/pull/25954

inxi: update to 3.1.08.


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

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

From 5a7079203b7149b6cd4678db94a8fe572642cd20 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Thu, 29 Oct 2020 00:18:01 +0200
Subject: [PATCH] inxi: update to 3.1.08.

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

diff --git a/srcpkgs/inxi/template b/srcpkgs/inxi/template
index 4126ef12968..2f0c85b50cc 100644
--- a/srcpkgs/inxi/template
+++ b/srcpkgs/inxi/template
@@ -1,8 +1,7 @@
 # Template file for 'inxi'
 pkgname=inxi
-version=3.1.04
+version=3.1.08
 revision=1
-archs=noarch
 wrksrc="inxi-${version}-1"
 depends="dmidecode file glxinfo pciutils perl usbutils xdpyinfo xprop xrandr
  procps-ng"
@@ -12,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/${version}-1.tar.gz"
-checksum=9661ee7120a5bdc5b7cd0b36a56aa18924283490e5430216d2ed8dc685cfc68c
+checksum=3f0560d8599179143afa323ec2b9d06262d4583f283073afd1ab6c819a12327f
 
 do_install() {
 	vbin inxi

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

* Re: [PR REVIEW] inxi: update to 3.1.08.
  2020-10-28 22:18 [PR PATCH] inxi: update to 3.1.08 mobinmob
  2020-10-30 19:24 ` [PR REVIEW] " abenson
  2020-10-30 20:49 ` [PR PATCH] [Updated] " mobinmob
@ 2020-10-30 20:50 ` mobinmob
  2020-10-31  1:13 ` [PR PATCH] [Merged]: " abenson
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2020-10-30 20:50 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/25954#discussion_r515376979

Comment:
Done.

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

* Re: [PR PATCH] [Merged]: inxi: update to 3.1.08.
  2020-10-28 22:18 [PR PATCH] inxi: update to 3.1.08 mobinmob
                   ` (2 preceding siblings ...)
  2020-10-30 20:50 ` [PR REVIEW] " mobinmob
@ 2020-10-31  1:13 ` abenson
  3 siblings, 0 replies; 5+ messages in thread
From: abenson @ 2020-10-31  1:13 UTC (permalink / raw)
  To: ml

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

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

inxi: update to 3.1.08.
https://github.com/void-linux/void-packages/pull/25954

Description:


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

end of thread, other threads:[~2020-10-31  1:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-28 22:18 [PR PATCH] inxi: update to 3.1.08 mobinmob
2020-10-30 19:24 ` [PR REVIEW] " abenson
2020-10-30 20:49 ` [PR PATCH] [Updated] " mobinmob
2020-10-30 20:50 ` [PR REVIEW] " mobinmob
2020-10-31  1:13 ` [PR PATCH] [Merged]: " abenson

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