Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] youtube-dl: update to 2020.11.17
@ 2020-11-17 15:59 emacsomancer
  2020-11-18 17:24 ` [PR PATCH] [Updated] " emacsomancer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: emacsomancer @ 2020-11-17 15:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages youtube-dl-2020.11.17
https://github.com/void-linux/void-packages/pull/26461

youtube-dl: update to 2020.11.17


A patch file from https://github.com/void-linux/void-packages/pull/26461.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-youtube-dl-2020.11.17-26461.patch --]
[-- Type: text/x-diff, Size: 1275 bytes --]

From 59cc1dd63bc43c3020066f40ae794f12c4dcac02 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 17 Nov 2020 08:58:33 -0700
Subject: [PATCH] youtube-dl: update to 2020.11.17

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

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 54187e923c8..f0894d65b0a 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,6 +1,6 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
-version=2020.11.12
+version=2020.11.17
 revision=1
 wrksrc="${pkgname}"
 build_style=python3-module
@@ -11,9 +11,9 @@ short_desc="CLI program to download videos from YouTube and other sites"
 maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="Unlicense"
 homepage="https://yt-dl.org"
-changelog="https://gitlab.com/dstftw/youtube-dl/-/raw/master/ChangeLog"
+changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
 distfiles="${homepage}/downloads/latest/${pkgname}-${version}.tar.gz"
-checksum=aeb00b2079c4711de7eea2a91f6923ebade84c5e985b0caeb47d572395d42831
+checksum=62854617c40c700db4d5f5a49fceb4642c0b3cfdd55769cc0c568a6a77d51b2c
 
 do_check() {
 	PYTHON=/usr/bin/python3 make offlinetest

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

* Re: [PR PATCH] [Updated] youtube-dl: update to 2020.11.17
  2020-11-17 15:59 [PR PATCH] youtube-dl: update to 2020.11.17 emacsomancer
@ 2020-11-18 17:24 ` emacsomancer
  2020-11-20  2:00 ` [PR PATCH] [Updated] youtube-dl: update to 2020.11.18 emacsomancer
  2020-11-20 20:45 ` [PR PATCH] [Merged]: youtube-dl: update to 2020.11.19 ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: emacsomancer @ 2020-11-18 17:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages youtube-dl-2020.11.17
https://github.com/void-linux/void-packages/pull/26461

youtube-dl: update to 2020.11.17


A patch file from https://github.com/void-linux/void-packages/pull/26461.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-youtube-dl-2020.11.17-26461.patch --]
[-- Type: text/x-diff, Size: 1275 bytes --]

From 4c6cf7a67337cb0201e3df85227f118c79a8bd92 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 17 Nov 2020 08:58:33 -0700
Subject: [PATCH] youtube-dl: update to 2020.11.18

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

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 54187e923c8..d571eca8e98 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,6 +1,6 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
-version=2020.11.12
+version=2020.11.18
 revision=1
 wrksrc="${pkgname}"
 build_style=python3-module
@@ -11,9 +11,9 @@ short_desc="CLI program to download videos from YouTube and other sites"
 maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="Unlicense"
 homepage="https://yt-dl.org"
-changelog="https://gitlab.com/dstftw/youtube-dl/-/raw/master/ChangeLog"
+changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
 distfiles="${homepage}/downloads/latest/${pkgname}-${version}.tar.gz"
-checksum=aeb00b2079c4711de7eea2a91f6923ebade84c5e985b0caeb47d572395d42831
+checksum=6dbbc339520df3634c57678756dcd81c9dc6f95af91f2032b33d5c2ef0f3fedf
 
 do_check() {
 	PYTHON=/usr/bin/python3 make offlinetest

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

* Re: [PR PATCH] [Updated] youtube-dl: update to 2020.11.18
  2020-11-17 15:59 [PR PATCH] youtube-dl: update to 2020.11.17 emacsomancer
  2020-11-18 17:24 ` [PR PATCH] [Updated] " emacsomancer
@ 2020-11-20  2:00 ` emacsomancer
  2020-11-20 20:45 ` [PR PATCH] [Merged]: youtube-dl: update to 2020.11.19 ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: emacsomancer @ 2020-11-20  2:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/emacsomancer/void-packages youtube-dl-2020.11.17
https://github.com/void-linux/void-packages/pull/26461

youtube-dl: update to 2020.11.18


A patch file from https://github.com/void-linux/void-packages/pull/26461.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-youtube-dl-2020.11.17-26461.patch --]
[-- Type: text/x-diff, Size: 1275 bytes --]

From 8f16eb1bf1258e01bc5b37717a5b162b07dba7d6 Mon Sep 17 00:00:00 2001
From: Benjamin Slade <slade@jnanam.net>
Date: Tue, 17 Nov 2020 08:58:33 -0700
Subject: [PATCH] youtube-dl: update to 2020.11.19

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

diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template
index 54187e923c8..8f2945c9934 100644
--- a/srcpkgs/youtube-dl/template
+++ b/srcpkgs/youtube-dl/template
@@ -1,6 +1,6 @@
 # Template file for 'youtube-dl'
 pkgname=youtube-dl
-version=2020.11.12
+version=2020.11.19
 revision=1
 wrksrc="${pkgname}"
 build_style=python3-module
@@ -11,9 +11,9 @@ short_desc="CLI program to download videos from YouTube and other sites"
 maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="Unlicense"
 homepage="https://yt-dl.org"
-changelog="https://gitlab.com/dstftw/youtube-dl/-/raw/master/ChangeLog"
+changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
 distfiles="${homepage}/downloads/latest/${pkgname}-${version}.tar.gz"
-checksum=aeb00b2079c4711de7eea2a91f6923ebade84c5e985b0caeb47d572395d42831
+checksum=f8c14d9eb2fd8fe7242de8b96f2c918810867c518a162405644f483dcd14be9e
 
 do_check() {
 	PYTHON=/usr/bin/python3 make offlinetest

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

* Re: [PR PATCH] [Merged]: youtube-dl: update to 2020.11.19
  2020-11-17 15:59 [PR PATCH] youtube-dl: update to 2020.11.17 emacsomancer
  2020-11-18 17:24 ` [PR PATCH] [Updated] " emacsomancer
  2020-11-20  2:00 ` [PR PATCH] [Updated] youtube-dl: update to 2020.11.18 emacsomancer
@ 2020-11-20 20:45 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-11-20 20:45 UTC (permalink / raw)
  To: ml

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

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

youtube-dl: update to 2020.11.19
https://github.com/void-linux/void-packages/pull/26461

Description:


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

end of thread, other threads:[~2020-11-20 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-17 15:59 [PR PATCH] youtube-dl: update to 2020.11.17 emacsomancer
2020-11-18 17:24 ` [PR PATCH] [Updated] " emacsomancer
2020-11-20  2:00 ` [PR PATCH] [Updated] youtube-dl: update to 2020.11.18 emacsomancer
2020-11-20 20:45 ` [PR PATCH] [Merged]: youtube-dl: update to 2020.11.19 ahesford

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