summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormohad122112022-10-27 17:06:56 +0300
committermohad122112022-10-27 17:06:56 +0300
commit3629b5461d917995d382288b8568e49c06ebbc39 (patch)
treec41cfa8f3ad31115a09a6abd1ab070d85f9233cf
parentfdce00c07f345d3f3ff9c0fac718ea17d5f630de (diff)
downloadaur-3629b5461d917995d382288b8568e49c06ebbc39.tar.gz
Update to 1.50.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81e5801df2eb..d6caf05fae59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = twitch-downloader-bin
pkgdesc = Twitch VOD/Clip Downloader - Chat Download/Render/Replay
- pkgver = 1.50.4
+ pkgver = 1.50.5
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.50.4/TwitchDownloaderCLI-Linux-x64.zip
- sha512sums = 60f3de30e1a5a4ce06b2105592e9a401557cd711eebbb4e096e4c7bdaf99ea38633fd571e75bcfb9d7f2ebb6e9e40400e013aa84692e8accde5c7e9e1fda4a31
+ source = https://github.com/lay295/TwitchDownloader/releases/download/1.50.5/TwitchDownloaderCLI-Linux-x64.zip
+ sha512sums = 6da83196badf32be8c4f7d705536bf6514d069ced63907f4b891f887bdb975f7631897446ebd4e039aa9a1b44acab2c0eee1aabf165079d423239dfe1d89a950
pkgname = twitch-downloader-bin
diff --git a/PKGBUILD b/PKGBUILD
index 589e9686c28e..1da46b7e7682 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Co-Maintainer: Typology <mohammedkaabi64@gmail.com>
pkgname=twitch-downloader-bin
-pkgver=1.50.4
+pkgver=1.50.5
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=('60f3de30e1a5a4ce06b2105592e9a401557cd711eebbb4e096e4c7bdaf99ea38633fd571e75bcfb9d7f2ebb6e9e40400e013aa84692e8accde5c7e9e1fda4a31')
+sha512sums=('6da83196badf32be8c4f7d705536bf6514d069ced63907f4b891f887bdb975f7631897446ebd4e039aa9a1b44acab2c0eee1aabf165079d423239dfe1d89a950')
optdepends=("ffmpeg: rendering videos")
options=(!strip)