summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2016-08-23 15:12:19 +0200
committerPieter Goetschalckx2016-08-23 15:12:19 +0200
commitb65fa46f4c889c61b6436135fb02cc8d9b21258a (patch)
treea592dacb45fefa42c0bb63c04145c6e6b93c0ad9
parent38afb0eaeed2bf62f4c917e59dc38e146f76b805 (diff)
downloadaur-b65fa46f4c889c61b6436135fb02cc8d9b21258a.tar.gz
Version 0.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0a6c6705fc4..1e8808d557a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = webtorrent-desktop
pkgdesc = Streaming torrent client.
- pkgver = 0.11.0
+ pkgver = 0.12.0
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.11.0.tar.gz
- sha256sums = fe0abc334fb351da84607ba99a02c17e8d7a1be237479c431e5905b096986fcb
+ source = https://github.com/feross/webtorrent-desktop/archive/v0.12.0.tar.gz
+ sha256sums = ba61b1b4b20ed11e98c522ba83384b3d61c7c3e349f457856ae99de1b524633e
pkgname = webtorrent-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 31417f0df754..3265b8ef2011 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.11.0
+pkgver=0.12.0
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=('fe0abc334fb351da84607ba99a02c17e8d7a1be237479c431e5905b096986fcb')
+sha256sums=('ba61b1b4b20ed11e98c522ba83384b3d61c7c3e349f457856ae99de1b524633e')
[ "$CARCH" = "i686" ] && _platform=ia32
[ "$CARCH" = "x86_64" ] && _platform=x64