summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 202e683a162a..b9eada4980b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=webtorrent-desktop-bin
_pkgname=webtorrent-desktop
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Streaming torrent client."
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ provides=('webtorrent-desktop')
conflicts=('webtorrent-desktop' 'webtorrent-desktop-git')
source_i686=("https://github.com/feross/${_pkgname}/releases/download/v${pkgver}/WebTorrent-v${pkgver}-linux-ia32.zip")
source_x86_64=("https://github.com/feross/${_pkgname}/releases/download/v${pkgver}/WebTorrent-v${pkgver}-linux-x64.zip")
-sha256sums_i686=('7919ed5ae6c47cafba425238fa8ecf9ad5a77c50b93130b3374d7c2e6b740f9f')
-sha256sums_x86_64=('a79399c6b773fb6c0ac3748403bd54dcd2d46a87d8e3773fd39d68bc881a7f1d')
+sha256sums_i686=('2d05c2527e287ec08065ba73f9d29a70570808ed055833398ca926b942b147c6')
+sha256sums_x86_64=('28529e7f09d95f07b1319d9263ca4bce837f9bf280c780ad22c7555c519c6206')
[ "$CARCH" = "i686" ] && _platform=ia32
[ "$CARCH" = "x86_64" ] && _platform=x64