Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fend: update to 1.3.2
@ 2023-11-11 10:24 tranzystorekk
  2023-11-11 10:31 ` [PR PATCH] [Updated] " tranzystorekk
  2023-11-13  5:00 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorekk @ 2023-11-11 10:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages fend
https://github.com/void-linux/void-packages/pull/47161

fend: update to 1.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 5130bb468cfbbc7e701e2b9c67c0222e536dde95 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 11 Nov 2023 11:16:43 +0100
Subject: [PATCH] fend: update to 1.3.2

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

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
index 8410c8fc1c1b4..352a7774535ec 100644
--- a/srcpkgs/fend/template
+++ b/srcpkgs/fend/template
@@ -1,6 +1,6 @@
 # Template file for 'fend'
 pkgname=fend
-version=1.3.1
+version=1.3.2
 revision=1
 build_style=cargo
 make_install_args="--path cli"
@@ -11,11 +11,12 @@ homepage="https://printfn.github.io/fend/"
 changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
 distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
  https://github.com/printfn/fend/releases/download/v${version}/fend.1"
-checksum="b0af31ef4d39d1c767fdb9fd1f998b555b5b435570e597795bdb3a29027de0b4
+checksum="9e49aaaa711dcbdad0fa68fd9c9b3e25a8ab4db57e941d6ec2060d8ae331e05d
  1cd621dac124dcb01a2202948f20e8f1f6a1a61558a7b4d90c5816a60c164fa7"
 skip_extraction="fend.1"
 
 post_install() {
 	vlicense LICENSE.md
 	vman ${XBPS_SRCDISTDIR}/${pkgname}-${version}/fend.1
+	vsconf cli/src/default_config.toml config.toml
 }

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

* Re: [PR PATCH] [Updated] fend: update to 1.3.2
  2023-11-11 10:24 [PR PATCH] fend: update to 1.3.2 tranzystorekk
@ 2023-11-11 10:31 ` tranzystorekk
  2023-11-13  5:00 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: tranzystorekk @ 2023-11-11 10:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages fend
https://github.com/void-linux/void-packages/pull/47161

fend: update to 1.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 643592061392c0fc1991079ac58485f25bbfa526 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 11 Nov 2023 11:16:43 +0100
Subject: [PATCH] fend: update to 1.3.2

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

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
index 8410c8fc1c1b4..a287ded699a4e 100644
--- a/srcpkgs/fend/template
+++ b/srcpkgs/fend/template
@@ -1,6 +1,6 @@
 # Template file for 'fend'
 pkgname=fend
-version=1.3.1
+version=1.3.2
 revision=1
 build_style=cargo
 make_install_args="--path cli"
@@ -11,8 +11,8 @@ homepage="https://printfn.github.io/fend/"
 changelog="https://raw.githubusercontent.com/printfn/fend/main/CHANGELOG.md"
 distfiles="https://github.com/printfn/fend/archive/refs/tags/v${version}.tar.gz
  https://github.com/printfn/fend/releases/download/v${version}/fend.1"
-checksum="b0af31ef4d39d1c767fdb9fd1f998b555b5b435570e597795bdb3a29027de0b4
- 1cd621dac124dcb01a2202948f20e8f1f6a1a61558a7b4d90c5816a60c164fa7"
+checksum="9e49aaaa711dcbdad0fa68fd9c9b3e25a8ab4db57e941d6ec2060d8ae331e05d
+ 00383f830389634c9634cc4731692950422c71071ca55e691ae28c9bbe7b056a"
 skip_extraction="fend.1"
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: fend: update to 1.3.2
  2023-11-11 10:24 [PR PATCH] fend: update to 1.3.2 tranzystorekk
  2023-11-11 10:31 ` [PR PATCH] [Updated] " tranzystorekk
@ 2023-11-13  5:00 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-11-13  5:00 UTC (permalink / raw)
  To: ml

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

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

fend: update to 1.3.2
https://github.com/void-linux/void-packages/pull/47161

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-11-13  5:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-11 10:24 [PR PATCH] fend: update to 1.3.2 tranzystorekk
2023-11-11 10:31 ` [PR PATCH] [Updated] " tranzystorekk
2023-11-13  5:00 ` [PR PATCH] [Merged]: " classabbyamp

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