Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fish-shell: update to 3.6.1, adopt
@ 2023-03-25 17:40 akierig
  2023-03-25 17:43 ` [PR PATCH] [Updated] " akierig
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: akierig @ 2023-03-25 17:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages fish-3.6.1
https://github.com/void-linux/void-packages/pull/43015

fish-shell: update to 3.6.1, adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From d0f4d8f161f60d5b56890b1673d2b919d703b994 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sat, 25 Mar 2023 12:39:13 -0500
Subject: [PATCH] fish-shell: update to 3.6.1, adopt

---
 srcpkgs/fish-shell/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template
index 861b8557842a..a0611adb5761 100644
--- a/srcpkgs/fish-shell/template
+++ b/srcpkgs/fish-shell/template
@@ -1,18 +1,18 @@
 # Template file for 'fish-shell'
 pkgname=fish-shell
-version=3.6.0
+version=3.6.1
 revision=1
 build_style=cmake
 hostmakedepends="gettext"
 makedepends="ncurses-devel pcre2-devel"
 checkdepends="python3-pexpect procps-ng"
 short_desc="User friendly shell intended mostly for interactive use"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="akierig <anelki@fastmail.de>"
 license="GPL-2.0-only"
 homepage="https://fishshell.com/"
 changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst"
 distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
-checksum=97044d57773ee7ca15634f693d917ed1c3dc0fa7fde1017f1626d60b83ea6181
+checksum=55402bb47ca6739d8aba25e41780905b5ce1bce0a5e0dd17dca908b5bc0b49b2
 register_shell="/bin/fish /usr/bin/fish"
 # tests don't work as root
 make_check=ci-skip

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

* Re: [PR PATCH] [Updated] fish-shell: update to 3.6.1, adopt
  2023-03-25 17:40 [PR PATCH] fish-shell: update to 3.6.1, adopt akierig
@ 2023-03-25 17:43 ` akierig
  2023-03-25 17:49 ` akierig
  2023-03-25 20:34 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: akierig @ 2023-03-25 17:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages fish-3.6.1
https://github.com/void-linux/void-packages/pull/43015

fish-shell: update to 3.6.1, adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From d1173df8af4e0d092d1241653e5cb0c6ffa98238 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sat, 25 Mar 2023 12:39:13 -0500
Subject: [PATCH] fish-shell: update to 3.6.1, adopt

---
 srcpkgs/fish-shell/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template
index 861b8557842a..a0611adb5761 100644
--- a/srcpkgs/fish-shell/template
+++ b/srcpkgs/fish-shell/template
@@ -1,18 +1,18 @@
 # Template file for 'fish-shell'
 pkgname=fish-shell
-version=3.6.0
+version=3.6.1
 revision=1
 build_style=cmake
 hostmakedepends="gettext"
 makedepends="ncurses-devel pcre2-devel"
 checkdepends="python3-pexpect procps-ng"
 short_desc="User friendly shell intended mostly for interactive use"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="akierig <anelki@fastmail.de>"
 license="GPL-2.0-only"
 homepage="https://fishshell.com/"
 changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst"
 distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
-checksum=97044d57773ee7ca15634f693d917ed1c3dc0fa7fde1017f1626d60b83ea6181
+checksum=55402bb47ca6739d8aba25e41780905b5ce1bce0a5e0dd17dca908b5bc0b49b2
 register_shell="/bin/fish /usr/bin/fish"
 # tests don't work as root
 make_check=ci-skip

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

* Re: [PR PATCH] [Updated] fish-shell: update to 3.6.1, adopt
  2023-03-25 17:40 [PR PATCH] fish-shell: update to 3.6.1, adopt akierig
  2023-03-25 17:43 ` [PR PATCH] [Updated] " akierig
@ 2023-03-25 17:49 ` akierig
  2023-03-25 20:34 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: akierig @ 2023-03-25 17:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages fish-3.6.1
https://github.com/void-linux/void-packages/pull/43015

fish-shell: update to 3.6.1, adopt
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 25db2943f739b0ce1257793e60d020c443ba500d Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Sat, 25 Mar 2023 12:39:13 -0500
Subject: [PATCH] fish-shell: update to 3.6.1, adopt

---
 srcpkgs/fish-shell/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/fish-shell/template b/srcpkgs/fish-shell/template
index 861b8557842a..60f0f9341243 100644
--- a/srcpkgs/fish-shell/template
+++ b/srcpkgs/fish-shell/template
@@ -1,18 +1,18 @@
 # Template file for 'fish-shell'
 pkgname=fish-shell
-version=3.6.0
+version=3.6.1
 revision=1
 build_style=cmake
 hostmakedepends="gettext"
 makedepends="ncurses-devel pcre2-devel"
 checkdepends="python3-pexpect procps-ng"
 short_desc="User friendly shell intended mostly for interactive use"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="anelki <akierig@fastmail.de>"
 license="GPL-2.0-only"
 homepage="https://fishshell.com/"
 changelog="https://github.com/fish-shell/fish-shell/raw/master/CHANGELOG.rst"
 distfiles="https://github.com/fish-shell/fish-shell/releases/download/${version}/fish-${version}.tar.xz"
-checksum=97044d57773ee7ca15634f693d917ed1c3dc0fa7fde1017f1626d60b83ea6181
+checksum=55402bb47ca6739d8aba25e41780905b5ce1bce0a5e0dd17dca908b5bc0b49b2
 register_shell="/bin/fish /usr/bin/fish"
 # tests don't work as root
 make_check=ci-skip

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

* Re: [PR PATCH] [Merged]: fish-shell: update to 3.6.1, adopt
  2023-03-25 17:40 [PR PATCH] fish-shell: update to 3.6.1, adopt akierig
  2023-03-25 17:43 ` [PR PATCH] [Updated] " akierig
  2023-03-25 17:49 ` akierig
@ 2023-03-25 20:34 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2023-03-25 20:34 UTC (permalink / raw)
  To: ml

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

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

fish-shell: update to 3.6.1, adopt
https://github.com/void-linux/void-packages/pull/43015

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

end of thread, other threads:[~2023-03-25 20:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-25 17:40 [PR PATCH] fish-shell: update to 3.6.1, adopt akierig
2023-03-25 17:43 ` [PR PATCH] [Updated] " akierig
2023-03-25 17:49 ` akierig
2023-03-25 20:34 ` [PR PATCH] [Merged]: " paper42

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