summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Zlobintsev2020-12-02 21:50:00 +0200
committerIlya Zlobintsev2020-12-02 21:50:00 +0200
commit7d8528a2dadbbeca9a4e5e43d40ef712d687589f (patch)
tree2321df9d827ac1e2070acacab2f8b0347636e5a2
parent0a892cf19c6353e9d70cba1cef686d08d7f613ca (diff)
downloadaur-7d8528a2dadbbeca9a4e5e43d40ef712d687589f.tar.gz
Update to 1.38
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1febddad6218..ba4da8d48afe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = twitch-downloader-bin
pkgdesc = Twitch VOD/Clip Downloader - Chat Download/Render/Replay
- pkgver = 1.37
+ pkgver = 1.38
pkgrel = 1
url = https://github.com/lay295/TwitchDownloader
arch = x86_64
makedepends = unzip
options = !strip
- source = https://github.com/lay295/TwitchDownloader/releases/download/1.37/TwitchDownloaderCLI-Linux-x64.zip
- sha512sums = 55a596eaaaf9b9390859fa729becb336afc850d1608fa84f9f886a5901054822425ad024ba460e6eca1ff212d478584284d9ce17a1945aebe74a36a52f2f5f35
+ source = https://github.com/lay295/TwitchDownloader/releases/download/1.38/TwitchDownloaderCLI-Linux-x64.zip
+ sha512sums = bf1cf9120ca6fa35e58659cc23200cf99c2720fda72bdbe91e7535816933327987242fb0bc3709405010a812114f8a06c837cc2ba0c3dbd13b94b998f67bfa7f
pkgname = twitch-downloader-bin
diff --git a/PKGBUILD b/PKGBUILD
index d2a0c9533e5a..a13a7b26f1d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ilya Zlobintsev <ilya.zl@protonmail.com>
pkgname=twitch-downloader-bin
-pkgver=1.37
+pkgver=1.38
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=("")
source=("https://github.com/lay295/TwitchDownloader/releases/download/${pkgver}/TwitchDownloaderCLI-Linux-x64.zip")
-sha512sums=("55a596eaaaf9b9390859fa729becb336afc850d1608fa84f9f886a5901054822425ad024ba460e6eca1ff212d478584284d9ce17a1945aebe74a36a52f2f5f35")
+sha512sums=("bf1cf9120ca6fa35e58659cc23200cf99c2720fda72bdbe91e7535816933327987242fb0bc3709405010a812114f8a06c837cc2ba0c3dbd13b94b998f67bfa7f")
options=(!strip)
prepare() {