summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10d0cfe08ad2..b6f504959bd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Axel Navarro <navarroaxel gmail>
pkgname=webtorrent-cli
-pkgver=3.5.2
+pkgver=3.5.3
pkgrel=1
pkgdesc="The streaming torrent client. For the command line."
arch=('any')
@@ -10,7 +10,7 @@ depends=('nodejs')
makedepends=('npm')
provides=('webtorrent')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/webtorrent/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('249280e577994c32a9424f5c724ae94c85cfc4102a56aa9a631cefab096da90b')
+sha256sums=('8d15d5cc89b4fb3056efb13bf5c005d7658949975da005e5173e0ede9e933cd8')
build() {
cd "$srcdir/${pkgname}-${pkgver}"