Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fend: update to 1.4.2
@ 2024-01-23 10:32 tranzystorekk
  2024-01-23 13:37 ` IQ8QI
  2024-01-25 15:59 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: tranzystorekk @ 2024-01-23 10:32 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/48337

fend: update to 1.4.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/48337.patch is attached

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

From 7014f82974b8c83136a92b8a4e862006fd242c13 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 23 Jan 2024 11:30:57 +0100
Subject: [PATCH] fend: update to 1.4.2

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

diff --git a/srcpkgs/fend/template b/srcpkgs/fend/template
index 07498ac272c44..9752d52c33d35 100644
--- a/srcpkgs/fend/template
+++ b/srcpkgs/fend/template
@@ -1,6 +1,6 @@
 # Template file for 'fend'
 pkgname=fend
-version=1.4.1
+version=1.4.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="eb40e376e1da00055112edc583e86ac3913536b35f2f7265de55dca52319a4e4
- 4296b44f1d290125cf43114d4556c3cde1c4124e979a83f6aeb3e924678ed362"
+checksum="79fd768cb1e28cd691c7da7fc84eeb0b41f43f5bfca92fff4137c7596cea4bff
+ 6bef4e39e6cb9c9c4337cb15bc7e8c28e222271962118d6a093d6a25c90d2d80"
 skip_extraction="fend.1"
 
 post_install() {

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

* Re: fend: update to 1.4.2
  2024-01-23 10:32 [PR PATCH] fend: update to 1.4.2 tranzystorekk
@ 2024-01-23 13:37 ` IQ8QI
  2024-01-25 15:59 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: IQ8QI @ 2024-01-23 13:37 UTC (permalink / raw)
  To: ml

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

New comment by IQ8QI on void-packages repository

https://github.com/void-linux/void-packages/pull/48337#issuecomment-1906072763

Comment:
I tested this update on x86_64 glibc
build ok
install ok
run ok

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

* Re: [PR PATCH] [Merged]: fend: update to 1.4.2
  2024-01-23 10:32 [PR PATCH] fend: update to 1.4.2 tranzystorekk
  2024-01-23 13:37 ` IQ8QI
@ 2024-01-25 15:59 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-01-25 15:59 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.4.2
https://github.com/void-linux/void-packages/pull/48337

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:[~2024-01-25 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-23 10:32 [PR PATCH] fend: update to 1.4.2 tranzystorekk
2024-01-23 13:37 ` IQ8QI
2024-01-25 15:59 ` [PR PATCH] [Merged]: " cinerea0

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