summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Dyatlov2022-01-26 19:14:55 +0300
committerIgor Dyatlov2022-01-26 19:14:55 +0300
commit9899546019cda63f1ebd741af93815ec2421edb9 (patch)
tree1044d8b371ed4b65679c45f9e63400075f9ddd9a
parent91fb1ed0e31569bb544868125107d0a42cc2c2c4 (diff)
downloadaur-9899546019cda63f1ebd741af93815ec2421edb9.tar.gz
Updates
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e37815e8e174..d7a579e93a03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = twitch-dl
pkgdesc = Twitch video downloader that use multiple concurrent connections
- pkgver = 1.17.1
+ pkgver = 1.18.0
pkgrel = 1
url = https://github.com/ihabunek/twitch-dl
arch = any
@@ -15,7 +15,7 @@ pkgbase = twitch-dl
optdepends = twine
provides = twitch-dl-bin
conflicts = twitch-dl-bin
- source = https://github.com/ihabunek/twitch-dl/archive/1.17.1.tar.gz
- b2sums = 55b775e598fde29a41ffafedeb37b5952d18e8a947f7a10aee6227b45924236057fead7129eca2360f761135f69d8dd8a5facffac86e30d7b62125d74ab5e7f7
+ source = https://github.com/ihabunek/twitch-dl/archive/1.18.0.tar.gz
+ b2sums = 8a3e710f16d28fec37d80cc34b23a2645dce35827c417b6be65dbe34bbcd97f10ecc4e3d0bd0fa8024503c521c676e11d2f2c936d98884b86549897ccfb6818c
pkgname = twitch-dl
diff --git a/PKGBUILD b/PKGBUILD
index 71e8b5c7048b..f40b7605a741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
pkgname=twitch-dl
-pkgver=1.17.1
+pkgver=1.18.0
pkgrel=1
pkgdesc="Twitch video downloader that use multiple concurrent connections"
arch=(any)
@@ -14,7 +14,7 @@ checkdepends=('python-pytest')
provides=('twitch-dl-bin')
conflicts=('twitch-dl-bin')
source=($url/archive/$pkgver.tar.gz)
-b2sums=('55b775e598fde29a41ffafedeb37b5952d18e8a947f7a10aee6227b45924236057fead7129eca2360f761135f69d8dd8a5facffac86e30d7b62125d74ab5e7f7')
+b2sums=('8a3e710f16d28fec37d80cc34b23a2645dce35827c417b6be65dbe34bbcd97f10ecc4e3d0bd0fa8024503c521c676e11d2f2c936d98884b86549897ccfb6818c')
build() {
cd "$pkgname-$pkgver"