summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2016-05-18 16:51:49 +0200
committerPieter Goetschalckx2016-05-18 16:51:49 +0200
commitd5d5c6ef29b65c0ab80b2f4985587e1d007ada5c (patch)
tree6bf766b258880cc01761f8500c2f8264b466a9d3
parent670660af8bc1884e9b5dda955e6c938aa87b239c (diff)
downloadaur-d5d5c6ef29b65c0ab80b2f4985587e1d007ada5c.tar.gz
Version 0.5.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92da57efccc3..9d1271c67616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webtorrent-desktop-bin
pkgdesc = Streaming torrent client.
- pkgver = 0.4.0
+ pkgver = 0.5.1
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.4.0/WebTorrent-v0.4.0-linux-ia32.zip
- sha256sums_i686 = 94cd4378120faaa3e5762bf327d3251afbb59749e6957a68ad620084f3e40d40
- source_x86_64 = https://github.com/feross/webtorrent-desktop/releases/download/v0.4.0/WebTorrent-v0.4.0-linux-x64.zip
- sha256sums_x86_64 = 409d70d1f441676732d0f8095197bd879d6b5c1f000a312a8dba6be03bab5f3f
+ source_i686 = https://github.com/feross/webtorrent-desktop/releases/download/v0.5.1/WebTorrent-v0.5.1-linux-ia32.zip
+ sha256sums_i686 = 66c48f6b3ec40a83d8b8bc7857cd461f66238f5c1873c8cc8c29756cf71555d5
+ source_x86_64 = https://github.com/feross/webtorrent-desktop/releases/download/v0.5.1/WebTorrent-v0.5.1-linux-x64.zip
+ sha256sums_x86_64 = e18c1664a44ac7be960ae632991e085050d663b5c945a480d009261f1ad554d5
pkgname = webtorrent-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index cc97539cbfee..5788cf0beac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=webtorrent-desktop-bin
_pkgname=webtorrent-desktop
-pkgver=0.4.0
+pkgver=0.5.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=('94cd4378120faaa3e5762bf327d3251afbb59749e6957a68ad620084f3e40d40')
-sha256sums_x86_64=('409d70d1f441676732d0f8095197bd879d6b5c1f000a312a8dba6be03bab5f3f')
+sha256sums_i686=('66c48f6b3ec40a83d8b8bc7857cd461f66238f5c1873c8cc8c29756cf71555d5')
+sha256sums_x86_64=('e18c1664a44ac7be960ae632991e085050d663b5c945a480d009261f1ad554d5')
[ "$CARCH" = "i686" ] && _platform=ia32
[ "$CARCH" = "x86_64" ] && _platform=x64