summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Mykhailiuta2021-10-22 22:14:13 +0000
committerGennadiy Mykhailiuta2021-10-22 22:14:13 +0000
commit9045b0b729ea05b37051a557383392bf8aa6db21 (patch)
treef89fcfd4f067e08f8c34c63c77af93c24d2416e3
parentda4abf1a87c9154bfa79916605a61432b52c353e (diff)
downloadaur-9045b0b729ea05b37051a557383392bf8aa6db21.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8107bf180bf5..d4daf3456920 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yt-dlp
pkgdesc = A youtube-dl fork with additional features and fixes
- pkgver = 2021.10.10
+ pkgver = 2021.10.22
pkgrel = 1
url = https://github.com/yt-dlp/yt-dlp
arch = any
@@ -17,7 +17,7 @@ pkgbase = yt-dlp
optdepends = rtmpdump: for rtmp streams support
optdepends = atomicparsley: for embedding thumbnails into m4a files
optdepends = aria2: for using aria2 as external downloader
- source = https://github.com/yt-dlp/yt-dlp/archive/2021.10.10.tar.gz
- sha256sums = b07c21f7403f2501181c221aa576dedd371b50763d4bf583b6f6ace399cb93db
+ source = https://github.com/yt-dlp/yt-dlp/archive/2021.10.22.tar.gz
+ sha256sums = 63f267cb0f2e9d18afc8e51267be2a13ce60030eab7c04b25b94d6b90d2ba6d3
pkgname = yt-dlp
diff --git a/PKGBUILD b/PKGBUILD
index 98ce779c6081..5d663f1daeec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: katt <magunasu.b97@gmail.com>
pkgname=yt-dlp
-pkgver=2021.10.10
+pkgver=2021.10.22
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any)
@@ -15,7 +15,7 @@ optdepends=('ffmpeg: for video post-processing'
'atomicparsley: for embedding thumbnails into m4a files'
'aria2: for using aria2 as external downloader')
source=("https://github.com/yt-dlp/yt-dlp/archive/${pkgver}.tar.gz")
-sha256sums=('b07c21f7403f2501181c221aa576dedd371b50763d4bf583b6f6ace399cb93db')
+sha256sums=('63f267cb0f2e9d18afc8e51267be2a13ce60030eab7c04b25b94d6b90d2ba6d3')
prepare() {
cd "$pkgname-$pkgver"