summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2018-05-01 12:21:14 +0200
committerPieter Goetschalckx2018-05-01 12:21:14 +0200
commitb191c00e0aa517792a01a0bae2c5f08a96049df1 (patch)
treec11c495bc9498ee068f5aae2d0bfdfab9f4fa5bd
parent668558f7799f780e896eb6e9c9ce8ff28a0a4674 (diff)
downloadaur-b191c00e0aa517792a01a0bae2c5f08a96049df1.tar.gz
Version 0.20.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2badbd361609..69289cde32d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webtorrent-desktop-bin
pkgdesc = Streaming torrent client.
- pkgver = 0.19.0
+ pkgver = 0.20.0
pkgrel = 1
url = https://webtorrent.io/desktop
arch = i686
@@ -12,10 +12,10 @@ pkgbase = webtorrent-desktop-bin
conflicts = webtorrent-desktop-git
source = webtorrent-desktop.desktop
sha256sums = 4eba7b17fd0cd90f77fc1a1005f74d8fcd93dac4f669d1b1abbf71734b5bafa6
- source_i686 = https://github.com/feross/webtorrent-desktop/releases/download/v0.19.0/WebTorrent-v0.19.0-linux-ia32.zip
- sha256sums_i686 = d0b4279e6fc36f1ae7a0223a3edd998d626a2038450f444f3f8645b9d9221180
- source_x86_64 = https://github.com/feross/webtorrent-desktop/releases/download/v0.19.0/WebTorrent-v0.19.0-linux.zip
- sha256sums_x86_64 = 62a5ceadfd602e74e4c9bf4c79e8fd05fed7b63ae111866a7f2d1741b4dda53f
+ source_i686 = https://github.com/feross/webtorrent-desktop/releases/download/v0.20.0/WebTorrent-v0.20.0-linux-ia32.zip
+ sha256sums_i686 = 7f54dcb0b197f98aeca7508aa3d5279950a4bdf20fa718c22833200c78084251
+ source_x86_64 = https://github.com/feross/webtorrent-desktop/releases/download/v0.20.0/WebTorrent-v0.20.0-linux.zip
+ sha256sums_x86_64 = 4dd5de977791635741ee0bcf0de452f3d0e74d294a0a1b441c129463aa2636ac
pkgname = webtorrent-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index b4be14dfef43..ff5e944c5656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=webtorrent-desktop-bin
_pkgname=webtorrent-desktop
-pkgver=0.19.0
+pkgver=0.20.0
pkgrel=1
pkgdesc="Streaming torrent client."
arch=('i686' 'x86_64')
@@ -15,8 +15,8 @@ source=("${_pkgname}.desktop")
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.zip")
sha256sums=('4eba7b17fd0cd90f77fc1a1005f74d8fcd93dac4f669d1b1abbf71734b5bafa6')
-sha256sums_i686=('d0b4279e6fc36f1ae7a0223a3edd998d626a2038450f444f3f8645b9d9221180')
-sha256sums_x86_64=('62a5ceadfd602e74e4c9bf4c79e8fd05fed7b63ae111866a7f2d1741b4dda53f')
+sha256sums_i686=('7f54dcb0b197f98aeca7508aa3d5279950a4bdf20fa718c22833200c78084251')
+sha256sums_x86_64=('4dd5de977791635741ee0bcf0de452f3d0e74d294a0a1b441c129463aa2636ac')
[ "$CARCH" = "i686" ] && _platform=ia32
[ "$CARCH" = "x86_64" ] && _platform=x64