summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Zlobintsev2022-04-20 16:41:44 +0300
committerIlya Zlobintsev2022-04-20 16:41:44 +0300
commit21b869e9516a86beff8e4fca0bfd42e539a640f3 (patch)
tree78f412a6e366ec27f6328bf330d165ff3aca103f
parentce0923df2853de3b664000b768a8c7064df28d13 (diff)
downloadaur-21b869e9516a86beff8e4fca0bfd42e539a640f3.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 3ccd451de5c6..87c82363edfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = twitch-downloader-bin
pkgdesc = Twitch VOD/Clip Downloader - Chat Download/Render/Replay
- pkgver = 1.40.7
+ pkgver = 1.40.9
pkgrel = 1
url = https://github.com/lay295/TwitchDownloader
arch = x86_64
license = MIT
optdepends = ffmpeg: rendering videos
options = !strip
- source = https://github.com/lay295/TwitchDownloader/releases/download/1.40.7/TwitchDownloaderCLI-Linux-x64.zip
- sha512sums = 2e486494b9da8657edf360353331c12a6d428c4623aa5ebc3aa4f8d51398e1c63bc23e52f52a1cb57e9711588fa0569db2c03aa42aa7d6e215088520f7a60ad4
+ source = https://github.com/lay295/TwitchDownloader/releases/download/1.40.9/TwitchDownloaderCLI-Linux-x64.zip
+ sha512sums = b128823d4bbd09d7dd02da0dc553091cd8f0732afefaabf993d0b6f0b5d94c834706da58ee6901a5977f332c126a4e2babd80de34a11c8134404bff3468f7563
pkgname = twitch-downloader-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0fdc4d57bb7c..a587971971a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Typology <mohammedkaabi64@gmail.com>
pkgname=twitch-downloader-bin
-pkgver=1.40.7
+pkgver=1.40.9
pkgrel=1
pkgdesc="Twitch VOD/Clip Downloader - Chat Download/Render/Replay"
arch=("x86_64")
url="https://github.com/lay295/TwitchDownloader"
license=("MIT")
source=("https://github.com/lay295/TwitchDownloader/releases/download/${pkgver}/TwitchDownloaderCLI-Linux-x64.zip")
-sha512sums=('2e486494b9da8657edf360353331c12a6d428c4623aa5ebc3aa4f8d51398e1c63bc23e52f52a1cb57e9711588fa0569db2c03aa42aa7d6e215088520f7a60ad4')
+sha512sums=('b128823d4bbd09d7dd02da0dc553091cd8f0732afefaabf993d0b6f0b5d94c834706da58ee6901a5977f332c126a4e2babd80de34a11c8134404bff3468f7563')
optdepends=("ffmpeg: rendering videos")
options=(!strip)