git » yt-dlp.git » commit c700ac1

yt-dlp 2025.02.19

author Urja (ARMLFS builder)
2025-03-02 10:21:36 UTC
committer Urja (ARMLFS builder)
2025-03-02 10:21:36 UTC
parent f44669111bf18e22cf0c8424cb1bdace6c9966b6

yt-dlp 2025.02.19

.SRCINFO +3 -3
PKGBUILD +2 -2
PKGBUILD.old +2 -2

diff --git a/.SRCINFO b/.SRCINFO
index 08beda0..4a883d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = yt-dlp
 	pkgdesc = A youtube-dl fork with additional features and fixes
-	pkgver = 2025.01.26
+	pkgver = 2025.02.19
 	pkgrel = 1
 	url = https://github.com/yt-dlp/yt-dlp
 	arch = any
@@ -26,7 +26,7 @@ pkgbase = yt-dlp
 	optdepends = python-pyxattr: for writing xattr metadata (alternative option)
 	optdepends = phantomjs: for extractors with javascript code
 	optdepends = python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers
-	source = yt-dlp-2025.01.26.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2025.01.26/yt-dlp.tar.gz
-	sha256sums = f9b62c5f8c3db910d693a7ac1477f44696a923ff9b0a3f9d87fefea4e10e9e04
+	source = yt-dlp-2025.02.19.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2025.02.19/yt-dlp.tar.gz
+	sha256sums = 28a8c33e4c32bd12e16601180b9f3a43fdc2896ad5467bc6e5a9f1fa6c280e28
 
 pkgname = yt-dlp
diff --git a/PKGBUILD b/PKGBUILD
index b8fd81a..249cba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: katt <magunasu.b97@gmail.com>
 
 pkgname=yt-dlp
-pkgver=2025.01.26
+pkgver=2025.02.19
 pkgrel=1
 pkgdesc='A youtube-dl fork with additional features and fixes'
 arch=(any)
@@ -48,4 +48,4 @@ package() {
   cd $pkgname
   python -m installer --destdir="$pkgdir" dist/*.whl
 }
-sha256sums=('f9b62c5f8c3db910d693a7ac1477f44696a923ff9b0a3f9d87fefea4e10e9e04')
+sha256sums=('28a8c33e4c32bd12e16601180b9f3a43fdc2896ad5467bc6e5a9f1fa6c280e28')
diff --git a/PKGBUILD.old b/PKGBUILD.old
index 4e57b55..b8fd81a 100644
--- a/PKGBUILD.old
+++ b/PKGBUILD.old
@@ -3,7 +3,7 @@
 # Contributor: katt <magunasu.b97@gmail.com>
 
 pkgname=yt-dlp
-pkgver=2025.01.15
+pkgver=2025.01.26
 pkgrel=1
 pkgdesc='A youtube-dl fork with additional features and fixes'
 arch=(any)
@@ -48,4 +48,4 @@ package() {
   cd $pkgname
   python -m installer --destdir="$pkgdir" dist/*.whl
 }
-sha256sums=('e410c5fbbc84af848a02ac985bcfae6089586c62ffa95d1ed87dadd96babac8d')
+sha256sums=('f9b62c5f8c3db910d693a7ac1477f44696a923ff9b0a3f9d87fefea4e10e9e04')