summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2016-06-26 13:57:38 +0200
committerPieter Goetschalckx2016-06-26 13:57:38 +0200
commit0d432a7b989c4c08c083c7d80be11151535aa020 (patch)
treecdab5b50fab45ee8741dabd6843fdedfe6f5a1c1
parent2ebedf76f55e6b8e328467dc888e579317a1c425 (diff)
downloadaur-0d432a7b989c4c08c083c7d80be11151535aa020.tar.gz
Version 0.8.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72e638a462c7..543672c3ba87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webtorrent-desktop-bin
pkgdesc = Streaming torrent client.
- pkgver = 0.7.2
+ pkgver = 0.8.0
pkgrel = 1
url = https://webtorrent.io/desktop
arch = i686
@@ -10,10 +10,10 @@ pkgbase = webtorrent-desktop-bin
provides = webtorrent-desktop
conflicts = webtorrent-desktop
conflicts = webtorrent-desktop-git
- source_i686 = https://github.com/feross/webtorrent-desktop/releases/download/v0.7.2/WebTorrent-v0.7.2-linux-ia32.zip
- sha256sums_i686 = 956850e64ef3acc0856b2fe5c049f60c64232f0f7a37be51ad85473ae0ef36c4
- source_x86_64 = https://github.com/feross/webtorrent-desktop/releases/download/v0.7.2/WebTorrent-v0.7.2-linux-x64.zip
- sha256sums_x86_64 = 150e559b9e6eedeb37cb033d950a497e4a1ad13659a166d594d65c8b34c2dc58
+ source_i686 = https://github.com/feross/webtorrent-desktop/releases/download/v0.8.0/WebTorrent-v0.8.0-linux-ia32.zip
+ sha256sums_i686 = 7919ed5ae6c47cafba425238fa8ecf9ad5a77c50b93130b3374d7c2e6b740f9f
+ source_x86_64 = https://github.com/feross/webtorrent-desktop/releases/download/v0.8.0/WebTorrent-v0.8.0-linux-x64.zip
+ sha256sums_x86_64 = a79399c6b773fb6c0ac3748403bd54dcd2d46a87d8e3773fd39d68bc881a7f1d
pkgname = webtorrent-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3cc34676a452..202e683a162a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=webtorrent-desktop-bin
_pkgname=webtorrent-desktop
-pkgver=0.7.2
+pkgver=0.8.0
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=('956850e64ef3acc0856b2fe5c049f60c64232f0f7a37be51ad85473ae0ef36c4')
-sha256sums_x86_64=('150e559b9e6eedeb37cb033d950a497e4a1ad13659a166d594d65c8b34c2dc58')
+sha256sums_i686=('7919ed5ae6c47cafba425238fa8ecf9ad5a77c50b93130b3374d7c2e6b740f9f')
+sha256sums_x86_64=('a79399c6b773fb6c0ac3748403bd54dcd2d46a87d8e3773fd39d68bc881a7f1d')
[ "$CARCH" = "i686" ] && _platform=ia32
[ "$CARCH" = "x86_64" ] && _platform=x64