Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ack: update to 3.4.0.
@ 2020-09-04 21:34 mobinmob
  2020-09-05  7:05 ` [PR REVIEW] " fosslinux
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mobinmob @ 2020-09-04 21:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages ack
https://github.com/void-linux/void-packages/pull/24674

ack: update to 3.4.0.


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

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

From 71432db7396533fe2fadf70bf99fcf004c905308 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 5 Sep 2020 00:33:36 +0300
Subject: [PATCH] ack: update to 3.4.0.

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

diff --git a/srcpkgs/ack/template b/srcpkgs/ack/template
index 47d3e6c3550..b06d10b783b 100644
--- a/srcpkgs/ack/template
+++ b/srcpkgs/ack/template
@@ -1,6 +1,6 @@
 # Template file for 'ack'
 pkgname=ack
-version=3.3.1
+version=3.4.0
 revision=1
 archs=noarch
 wrksrc="$pkgname-v$version"
@@ -13,4 +13,4 @@ maintainer="Jan S. <jan.schreib@gmail.com>"
 license="Artistic-2.0"
 homepage="https://beyondgrep.com/"
 distfiles="${CPAN_SITE}/App/ack-v${version}.tar.gz"
-checksum=ae3b62049f046139470933e460f2434f881f522b6b2c2b4a94cd624fef4fd589
+checksum=6ecfd6b9b9e129a1dee42f800283fb8d9fece925abc0ca6fa136d029989a6b50

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

* Re: [PR REVIEW] ack: update to 3.4.0.
  2020-09-04 21:34 [PR PATCH] ack: update to 3.4.0 mobinmob
@ 2020-09-05  7:05 ` fosslinux
  2020-09-13 17:17 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fosslinux @ 2020-09-05  7:05 UTC (permalink / raw)
  To: ml

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

New review comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/24674#discussion_r483920794

Comment:
Please remove `archs=noarch` as part of the transition away from noarch.

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

* Re: [PR PATCH] [Updated] ack: update to 3.4.0.
  2020-09-04 21:34 [PR PATCH] ack: update to 3.4.0 mobinmob
  2020-09-05  7:05 ` [PR REVIEW] " fosslinux
@ 2020-09-13 17:17 ` mobinmob
  2020-09-13 17:18 ` [PR REVIEW] " mobinmob
  2020-09-15 20:50 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2020-09-13 17:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages ack
https://github.com/void-linux/void-packages/pull/24674

ack: update to 3.4.0.


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

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

From c2e1ce2d5d912ef438b47322fc3a6703d3b336a4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Sat, 5 Sep 2020 00:33:36 +0300
Subject: [PATCH] ack: update to 3.4.0.

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

diff --git a/srcpkgs/ack/template b/srcpkgs/ack/template
index 47d3e6c3550..b0aedc1314e 100644
--- a/srcpkgs/ack/template
+++ b/srcpkgs/ack/template
@@ -1,8 +1,7 @@
 # Template file for 'ack'
 pkgname=ack
-version=3.3.1
+version=3.4.0
 revision=1
-archs=noarch
 wrksrc="$pkgname-v$version"
 build_style=perl-module
 hostmakedepends="perl perl-File-Next"
@@ -13,4 +12,4 @@ maintainer="Jan S. <jan.schreib@gmail.com>"
 license="Artistic-2.0"
 homepage="https://beyondgrep.com/"
 distfiles="${CPAN_SITE}/App/ack-v${version}.tar.gz"
-checksum=ae3b62049f046139470933e460f2434f881f522b6b2c2b4a94cd624fef4fd589
+checksum=6ecfd6b9b9e129a1dee42f800283fb8d9fece925abc0ca6fa136d029989a6b50

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

* Re: [PR REVIEW] ack: update to 3.4.0.
  2020-09-04 21:34 [PR PATCH] ack: update to 3.4.0 mobinmob
  2020-09-05  7:05 ` [PR REVIEW] " fosslinux
  2020-09-13 17:17 ` [PR PATCH] [Updated] " mobinmob
@ 2020-09-13 17:18 ` mobinmob
  2020-09-15 20:50 ` [PR PATCH] [Merged]: " Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2020-09-13 17:18 UTC (permalink / raw)
  To: ml

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

New review comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/24674#discussion_r487554198

Comment:
Done, thanx!

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

* Re: [PR PATCH] [Merged]: ack: update to 3.4.0.
  2020-09-04 21:34 [PR PATCH] ack: update to 3.4.0 mobinmob
                   ` (2 preceding siblings ...)
  2020-09-13 17:18 ` [PR REVIEW] " mobinmob
@ 2020-09-15 20:50 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-09-15 20:50 UTC (permalink / raw)
  To: ml

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

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

ack: update to 3.4.0.
https://github.com/void-linux/void-packages/pull/24674

Description:


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

end of thread, other threads:[~2020-09-15 20:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 21:34 [PR PATCH] ack: update to 3.4.0 mobinmob
2020-09-05  7:05 ` [PR REVIEW] " fosslinux
2020-09-13 17:17 ` [PR PATCH] [Updated] " mobinmob
2020-09-13 17:18 ` [PR REVIEW] " mobinmob
2020-09-15 20:50 ` [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).