From 1976e22a2da65a37f316f16271dc3beb0f36a82e Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sun, 23 Jan 2022 14:28:35 -0600 Subject: [PATCH] Update to 2022.01.21. Signed-off-by: Maxwell G --- .gitignore | 1 + sources | 2 +- yt-dlp.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 30cc308..5d7acc7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /yt-dlp-2021.12.01.tar.gz /yt-dlp-2021.12.25.tar.gz /yt-dlp-2021.12.27.tar.gz +/yt-dlp-2022.01.21.tar.gz diff --git a/sources b/sources index 5fe1567..095bbee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (yt-dlp-2021.12.27.tar.gz) = 6301efd8936d1bb0e3ee7709bd946e458a9a11fb215d0807c4c6c1cfd3c84356a34f7c6dc138f66b7372c362ef7be0f3279ec7f4d1d48649d6ea5b425316a61a +SHA512 (yt-dlp-2022.01.21.tar.gz) = b5aa0714b473eb8df5b311de904083227b1faaa315076e432dfcc50bfecce8b0f44015eb504e9f1e4d1a17518c25863621cf167f322002cdee6869f4b20fa7dd diff --git a/yt-dlp.spec b/yt-dlp.spec index 92e95ab..d2b6ae1 100644 --- a/yt-dlp.spec +++ b/yt-dlp.spec @@ -1,7 +1,7 @@ %bcond_without tests Name: yt-dlp -Version: 2021.12.27 +Version: 2022.01.21 Release: 1%{?dist} Summary: A command-line program to download videos from online video platforms @@ -113,6 +113,9 @@ make yt-dlp.1 completion-bash completion-zsh completion-fish %{_datadir}/fish/vendor_completions.d/%{name}.fish %changelog +* Sun Jan 23 2022 Maxwell G - 2022.01.21-1 +- Update to 2022.01.21. + * Mon Dec 27 2021 Maxwell G - 2021.12.27-1 - Update to 2021.12.27.