summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2016-06-07 01:38:40 +0200
committerPieter Goetschalckx2016-06-07 01:38:40 +0200
commit8725070b31eb9357f30842f7711246ed68bd243f (patch)
tree4e35865c26cb23af7622fdea21e516bcec9bdd63
parent34437609e31eb64db28f47f9fdb9bb7362623072 (diff)
downloadaur-8725070b31eb9357f30842f7711246ed68bd243f.tar.gz
Version 0.7.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f166567b5203..99b10ff4bba5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webtorrent-desktop
pkgdesc = Streaming torrent client.
- pkgver = 0.6.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://webtorrent.io/desktop
arch = i686
@@ -12,8 +12,8 @@ pkgbase = webtorrent-desktop
depends = gconf
conflicts = webtorrent-desktop-git
conflicts = webtorrent-desktop-bin
- source = https://github.com/feross/webtorrent-desktop/archive/v0.6.1.tar.gz
- sha256sums = 6f17ee681b77a87fc278fe0df7dd3750a745c1374a426e3a1a5465abff80c1a8
+ source = https://github.com/feross/webtorrent-desktop/archive/v0.7.2.tar.gz
+ sha256sums = ceb0597e43bc94238897afc84ea532ccfd852f3c863a703c6fdc5bd85e8f7449
pkgname = webtorrent-desktop
diff --git a/PKGBUILD b/PKGBUILD
index f12b145526d5..a26946321a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pieter Goetschalckx <3.14.e.ter <at> gmail <dot> com>
pkgname=webtorrent-desktop
-pkgver=0.6.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="Streaming torrent client."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('gconf')
makedepends=('npm' 'git' 'zip')
conflicts=('webtorrent-desktop-git' 'webtorrent-desktop-bin')
source=("https://github.com/feross/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('6f17ee681b77a87fc278fe0df7dd3750a745c1374a426e3a1a5465abff80c1a8')
+sha256sums=('ceb0597e43bc94238897afc84ea532ccfd852f3c863a703c6fdc5bd85e8f7449')
[ "$CARCH" = "i686" ] && _platform=ia32
[ "$CARCH" = "x86_64" ] && _platform=x64