Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xh: update to 0.14.1
@ 2021-12-14 23:56 cinerea0
  2021-12-15 13:07 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: cinerea0 @ 2021-12-14 23:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages xh
https://github.com/void-linux/void-packages/pull/34542

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/34542.patch is attached

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

From ea304571fa574283c32a51fb9a44d886f1e39027 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 14 Dec 2021 18:55:58 -0500
Subject: [PATCH] xh: update to 0.14.1

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

diff --git a/srcpkgs/xh/template b/srcpkgs/xh/template
index 4a878889d438..423a628c8bce 100644
--- a/srcpkgs/xh/template
+++ b/srcpkgs/xh/template
@@ -1,6 +1,6 @@
 # Template file for 'xh'
 pkgname=xh
-version=0.14.0
+version=0.14.1
 revision=1
 # depends on ring
 archs="x86_64* i686* armv[67]* aarch64*"
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/ducaale/xh"
 changelog="https://github.com/ducaale/xh/blob/master/CHANGELOG.md"
 distfiles="https://github.com/ducaale/xh/archive/v${version}.tar.gz"
-checksum=6abc32e2fa49a3c7a08379dbe7375735ec7bc8f25c3f29774e275e9dcac42711
+checksum=ca89e8a9a230ff16cc0bba5bd7ebdceb986eac84638e15b4928d737b9ec12776
 
 post_install() {
 	ln -sf /usr/bin/${pkgname} ${DESTDIR}/usr/bin/${pkgname}s

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

* Re: [PR REVIEW] xh: update to 0.14.1
  2021-12-14 23:56 [PR PATCH] xh: update to 0.14.1 cinerea0
@ 2021-12-15 13:07 ` paper42
  2021-12-15 13:14 ` paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-12-15 13:07 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34542#discussion_r769608904

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/ducaale/xh/master/CHANGELOG.md"
```

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

* Re: [PR REVIEW] xh: update to 0.14.1
  2021-12-14 23:56 [PR PATCH] xh: update to 0.14.1 cinerea0
  2021-12-15 13:07 ` [PR REVIEW] " paper42
@ 2021-12-15 13:14 ` paper42
  2021-12-15 16:08 ` [PR PATCH] [Updated] " cinerea0
  2021-12-15 21:42 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-12-15 13:14 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34542#discussion_r769614175

Comment:
```suggestion
	ln -sf ${pkgname} ${DESTDIR}/usr/bin/${pkgname}s
```

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

* Re: [PR PATCH] [Updated] xh: update to 0.14.1
  2021-12-14 23:56 [PR PATCH] xh: update to 0.14.1 cinerea0
  2021-12-15 13:07 ` [PR REVIEW] " paper42
  2021-12-15 13:14 ` paper42
@ 2021-12-15 16:08 ` cinerea0
  2021-12-15 21:42 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2021-12-15 16:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages xh
https://github.com/void-linux/void-packages/pull/34542

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/34542.patch is attached

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

From 921c7d75402bb0909d0df59d2da2b22b03389587 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Wed, 15 Dec 2021 11:08:03 -0500
Subject: [PATCH] xh: update to 0.14.1

---
 srcpkgs/xh/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/xh/template b/srcpkgs/xh/template
index 4a878889d438..eddc9c125106 100644
--- a/srcpkgs/xh/template
+++ b/srcpkgs/xh/template
@@ -1,6 +1,6 @@
 # Template file for 'xh'
 pkgname=xh
-version=0.14.0
+version=0.14.1
 revision=1
 # depends on ring
 archs="x86_64* i686* armv[67]* aarch64*"
@@ -11,12 +11,12 @@ short_desc="Friendly and fast tool for sending HTTP requests"
 maintainer="Arthur Weagel <arthur.contrib@gmail.com>"
 license="MIT"
 homepage="https://github.com/ducaale/xh"
-changelog="https://github.com/ducaale/xh/blob/master/CHANGELOG.md"
+changelog="https://raw.githubusercontent.com/ducaale/xh/master/CHANGELOG.md"
 distfiles="https://github.com/ducaale/xh/archive/v${version}.tar.gz"
-checksum=6abc32e2fa49a3c7a08379dbe7375735ec7bc8f25c3f29774e275e9dcac42711
+checksum=ca89e8a9a230ff16cc0bba5bd7ebdceb986eac84638e15b4928d737b9ec12776
 
 post_install() {
-	ln -sf /usr/bin/${pkgname} ${DESTDIR}/usr/bin/${pkgname}s
+	ln -sf ${pkgname} ${DESTDIR}/usr/bin/${pkgname}s
 
 	vcompletion completions/xh.bash bash
 	vcompletion completions/_xh zsh

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

* Re: [PR PATCH] [Merged]: xh: update to 0.14.1
  2021-12-14 23:56 [PR PATCH] xh: update to 0.14.1 cinerea0
                   ` (2 preceding siblings ...)
  2021-12-15 16:08 ` [PR PATCH] [Updated] " cinerea0
@ 2021-12-15 21:42 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-12-15 21:42 UTC (permalink / raw)
  To: ml

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

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

xh: update to 0.14.1
https://github.com/void-linux/void-packages/pull/34542

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 5+ messages in thread

end of thread, other threads:[~2021-12-15 21:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-14 23:56 [PR PATCH] xh: update to 0.14.1 cinerea0
2021-12-15 13:07 ` [PR REVIEW] " paper42
2021-12-15 13:14 ` paper42
2021-12-15 16:08 ` [PR PATCH] [Updated] " cinerea0
2021-12-15 21:42 ` [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).