summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Zlobintsev2021-01-18 19:27:52 +0200
committerIlya Zlobintsev2021-01-18 19:27:52 +0200
commit755ce1f6fc788dfc82733982d1c58773ae81a903 (patch)
treefa04913c4ccabd9324f1bddf869fadea5f03fdfc
parent0a78a2d76b3d56d9d56e22f9f92bec1b8a6b8c83 (diff)
downloadaur-755ce1f6fc788dfc82733982d1c58773ae81a903.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34a420740bcf..c482ce66782b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = twitch-downloader-bin
pkgdesc = Twitch VOD/Clip Downloader - Chat Download/Render/Replay
- pkgver = 1.38
+ pkgver = 1.39.2
pkgrel = 1
url = https://github.com/lay295/TwitchDownloader
arch = x86_64
license = MIT
makedepends = unzip
options = !strip
- source = https://github.com/lay295/TwitchDownloader/releases/download/1.38/TwitchDownloaderCLI-Linux-x64.zip
- sha512sums = bf1cf9120ca6fa35e58659cc23200cf99c2720fda72bdbe91e7535816933327987242fb0bc3709405010a812114f8a06c837cc2ba0c3dbd13b94b998f67bfa7f
+ source = https://github.com/lay295/TwitchDownloader/releases/download/1.39.2/TwitchDownloaderCLI-Linux-x64.zip
+ sha512sums = 962d705b15c607a294b91a432b6565f51e8ba789955b19f484395ba1ca07b9adf617ae193f17ce5f7d477b8b8490f6297b889db8fd8cec7159bc8c9dc937fc77
pkgname = twitch-downloader-bin
diff --git a/PKGBUILD b/PKGBUILD
index 03ba5676108d..e39bdf616947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ilya Zlobintsev <ilya.zl@protonmail.com>
pkgname=twitch-downloader-bin
-pkgver=1.38
+pkgver=1.39.2
pkgrel=1
pkgdesc="Twitch VOD/Clip Downloader - Chat Download/Render/Replay"
makedepends=("unzip")
@@ -9,7 +9,7 @@ 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=("bf1cf9120ca6fa35e58659cc23200cf99c2720fda72bdbe91e7535816933327987242fb0bc3709405010a812114f8a06c837cc2ba0c3dbd13b94b998f67bfa7f")
+sha512sums=('962d705b15c607a294b91a432b6565f51e8ba789955b19f484395ba1ca07b9adf617ae193f17ce5f7d477b8b8490f6297b889db8fd8cec7159bc8c9dc937fc77')
options=(!strip)
prepare() {