Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] upmpdcli: update to 1.6.1, libupnpp: update to 0.22.4
@ 2022-11-21  0:50 amak79
  2022-11-24  2:54 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: amak79 @ 2022-11-21  0:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amak79/void-packages upmpdcli
https://github.com/void-linux/void-packages/pull/40653

upmpdcli: update to 1.6.1, libupnpp: update to 0.22.4
<!-- 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/40653.patch is attached

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

From 050092ce7619f300f77a8de10d5d037648e3cf17 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Mon, 21 Nov 2022 11:14:22 +1100
Subject: [PATCH 1/2] libupnpp: update to 0.22.4

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

diff --git a/srcpkgs/libupnpp/template b/srcpkgs/libupnpp/template
index ccac1cf6dc90..858430448833 100644
--- a/srcpkgs/libupnpp/template
+++ b/srcpkgs/libupnpp/template
@@ -1,6 +1,6 @@
 # Template file for 'libupnpp'
 pkgname=libupnpp
-version=0.22.2
+version=0.22.4
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config"
@@ -11,7 +11,7 @@ license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-${version}.tar.gz"
-checksum=90338c19383333fd4eeec8a866a8c4add1754ef9a6a720ddd9af97e6754ff849
+checksum=37deca94176df8becead110a0b5cd11fe1f9c1c351e4c15a05570bf1c6fec09c
 
 libupnpp-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 97be4bfb23bda4fc2a97eebd15a5b53b98097284 Mon Sep 17 00:00:00 2001
From: amak <amak.git@outlook.com>
Date: Mon, 21 Nov 2022 11:23:43 +1100
Subject: [PATCH 2/2] upmpdcli: update to 1.6.1

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

diff --git a/srcpkgs/upmpdcli/template b/srcpkgs/upmpdcli/template
index 7b7c081b033b..029bf9a953b6 100644
--- a/srcpkgs/upmpdcli/template
+++ b/srcpkgs/upmpdcli/template
@@ -1,6 +1,6 @@
 # Template file for 'upmpdcli'
 pkgname=upmpdcli
-version=1.5.20
+version=1.6.1
 revision=1
 build_style=gnu-configure
 hostmakedepends="pkg-config tar"
@@ -11,7 +11,7 @@ license="LGPL-2.1-or-later"
 homepage="https://www.lesbonscomptes.com/upmpdcli"
 changelog="https://www.lesbonscomptes.com/upmpdcli/pages/releases.html"
 distfiles="https://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-${version}.tar.gz"
-checksum=c6879fee99f8f289717fdceb5de3ac7669b225c333c1db80e66cafca8360f134
+checksum=6f4b3385553c8f6fcda9ed7a69778e19df3712f3856a26e1e8307b20a52227bd
 python_version=3
 
 system_accounts="_upmpdcli"

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

* Re: [PR PATCH] [Merged]: upmpdcli: update to 1.6.1, libupnpp: update to 0.22.4
  2022-11-21  0:50 [PR PATCH] upmpdcli: update to 1.6.1, libupnpp: update to 0.22.4 amak79
@ 2022-11-24  2:54 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-11-24  2:54 UTC (permalink / raw)
  To: ml

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

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

upmpdcli: update to 1.6.1, libupnpp: update to 0.22.4
https://github.com/void-linux/void-packages/pull/40653

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-24  2:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-21  0:50 [PR PATCH] upmpdcli: update to 1.6.1, libupnpp: update to 0.22.4 amak79
2022-11-24  2:54 ` [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).