Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] yaydl: update to 0.17.0
@ 2024-11-20  9:24 atk
  2024-11-20  9:50 ` [PR PATCH] [Updated] " atk
  0 siblings, 1 reply; 2+ messages in thread
From: atk @ 2024-11-20  9:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages yaydl-0.17.0
https://github.com/void-linux/void-packages/pull/53156

yaydl: 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: **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/53156.patch is attached

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

From da68b3d1b2e32a2ff79c1c417bdca0b9e78cc0f2 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alexthkloss@web.de>
Date: Wed, 20 Nov 2024 10:24:13 +0100
Subject: [PATCH] yaydl: update to 0.17.0

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

diff --git a/srcpkgs/yaydl/template b/srcpkgs/yaydl/template
index 0a60b8c1ce143a..c47c94cba4705b 100644
--- a/srcpkgs/yaydl/template
+++ b/srcpkgs/yaydl/template
@@ -1,6 +1,6 @@
 # Template file for 'yaydl'
 pkgname=yaydl
-version=0.16.0
+version=0.17.0
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,4 +11,4 @@ license="GPL-3.0-or-later"
 homepage="https://code.rosaelefanten.org/yaydl/index"
 changelog="https://github.com/dertuxmalwieder/yaydl/tags"
 distfiles="https://github.com/dertuxmalwieder/yaydl/archive/refs/tags/release-${version}.tar.gz"
-checksum=e60bee00ce373b874a0ba11006c9a703e69e5e8a2ec798e14610fbf6cf0f60a9
+checksum=27862eb41e2ceec05c1c056fb10a74f9e66ab61836d5e9e4656387d9d5cd4146

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

* Re: [PR PATCH] [Updated] yaydl: update to 0.17.0
  2024-11-20  9:24 [PR PATCH] yaydl: update to 0.17.0 atk
@ 2024-11-20  9:50 ` atk
  0 siblings, 0 replies; 2+ messages in thread
From: atk @ 2024-11-20  9:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages yaydl-0.17.0
https://github.com/void-linux/void-packages/pull/53156

yaydl: 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: **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/53156.patch is attached

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

From f950b673440ee27601b51501045dccddf6b03cf6 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alexthkloss@web.de>
Date: Wed, 20 Nov 2024 10:49:55 +0100
Subject: [PATCH] yaydl: update to 0.17.1

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

diff --git a/srcpkgs/yaydl/template b/srcpkgs/yaydl/template
index 0a60b8c1ce143a..c072a85b397af1 100644
--- a/srcpkgs/yaydl/template
+++ b/srcpkgs/yaydl/template
@@ -1,6 +1,6 @@
 # Template file for 'yaydl'
 pkgname=yaydl
-version=0.16.0
+version=0.17.1
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config"
@@ -11,4 +11,4 @@ license="GPL-3.0-or-later"
 homepage="https://code.rosaelefanten.org/yaydl/index"
 changelog="https://github.com/dertuxmalwieder/yaydl/tags"
 distfiles="https://github.com/dertuxmalwieder/yaydl/archive/refs/tags/release-${version}.tar.gz"
-checksum=e60bee00ce373b874a0ba11006c9a703e69e5e8a2ec798e14610fbf6cf0f60a9
+checksum=2a639d55e3e764b7d14cd38671a30970d38a02f54925d23cb88e0e34cf53210e

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

end of thread, other threads:[~2024-11-20  9:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-20  9:24 [PR PATCH] yaydl: update to 0.17.0 atk
2024-11-20  9:50 ` [PR PATCH] [Updated] " atk

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