Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xh: update to 0.17.0
@ 2022-11-09  3:27 tranzystorek-io
  2022-11-10  8:11 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorek-io @ 2022-11-09  3:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages xh
https://github.com/void-linux/void-packages/pull/40403

xh: update to 0.17.0
<!-- 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 [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/40403.patch is attached

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

From cd6abb6a238bc804a2776b30f60900b7a67c1ec1 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Wed, 9 Nov 2022 04:23:51 +0100
Subject: [PATCH] xh: update to 0.17.0

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

diff --git a/srcpkgs/xh/template b/srcpkgs/xh/template
index 546a9040b38a..2b3645339dbf 100644
--- a/srcpkgs/xh/template
+++ b/srcpkgs/xh/template
@@ -1,10 +1,9 @@
 # Template file for 'xh'
 pkgname=xh
-version=0.16.1
+version=0.17.0
 revision=1
-# depends on ring
-archs="x86_64* i686* armv[67]* aarch64*"
 build_style=cargo
+configure_args="--no-default-features --features online-tests,native-tls"
 hostmakedepends="pkg-config"
 makedepends="openssl-devel"
 short_desc="Friendly and fast tool for sending HTTP requests"
@@ -12,18 +11,18 @@ maintainer="Arthur Weagel <arthur.contrib@gmail.com>"
 license="MIT"
 homepage="https://github.com/ducaale/xh"
 changelog="https://raw.githubusercontent.com/ducaale/xh/master/CHANGELOG.md"
-distfiles="https://github.com/ducaale/xh/archive/v${version}.tar.gz"
-checksum=c1fd4f33be96ba1c19580fc66dd9d059a716f00f532a516e159ce9342e50cd43
+distfiles="https://github.com/ducaale/xh/archive/refs/tags/v${version}.tar.gz"
+checksum=31a944b1932fb785a191932944ff662a33ad99724cb5bc260acdaf821fb2e088
 
 post_install() {
-	ln -sf ${pkgname} ${DESTDIR}/usr/bin/${pkgname}s
+	ln -sf xh "${DESTDIR}/usr/bin/xhs"
 
 	vcompletion completions/xh.bash bash
 	vcompletion completions/_xh zsh
 	vcompletion completions/xh.fish fish
-
-	vlicense LICENSE
 	vdoc README.md
+	vlicense LICENSE
+
 	for m in doc/*.1; do
 		vman "$m"
 	done

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

* Re: [PR PATCH] [Merged]: xh: update to 0.17.0
  2022-11-09  3:27 [PR PATCH] xh: update to 0.17.0 tranzystorek-io
@ 2022-11-10  8:11 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-11-10  8:11 UTC (permalink / raw)
  To: ml

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

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

xh: update to 0.17.0
https://github.com/void-linux/void-packages/pull/40403

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 [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] 2+ messages in thread

end of thread, other threads:[~2022-11-10  8:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09  3:27 [PR PATCH] xh: update to 0.17.0 tranzystorek-io
2022-11-10  8:11 ` [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).