summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2017-05-02 14:37:53 +0300
committerChristoph Gysin2017-05-02 14:37:53 +0300
commit37fb484044fd63b1983d3fcaad2e7bdfef334ad5 (patch)
treec038cde975c716610fe514c39dc1845aebd467d0
parent2bce40bac5de831e585ad6fca5d2490df8d88220 (diff)
downloadaur-37fb484044fd63b1983d3fcaad2e7bdfef334ad5.tar.gz
update to 1.10.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b22d8a980300..18daab99ee13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 31 08:20:30 UTC 2017
+# Tue May 2 11:37:37 UTC 2017
pkgbase = nodejs-webtorrent-cli
pkgdesc = WebTorrent, the streaming torrent client. For the command line.
- pkgver = 1.9.0
+ pkgver = 1.10.1
pkgrel = 1
url = https://webtorrent.io
arch = i686
@@ -10,8 +10,8 @@ pkgbase = nodejs-webtorrent-cli
license = MIT
makedepends = npm
depends = nodejs
- source = https://github.com/feross/webtorrent-cli/archive/v1.9.0.tar.gz
- sha256sums = 5e5238267e2119484e9910b500bd46f9ebf5ae0a38f37f5044a64041bef0ac53
+ source = https://github.com/feross/webtorrent-cli/archive/v1.10.1.tar.gz
+ sha256sums = 391e0084396fac3c1c2b11a2e88f90a4297861fd998237689fd761770da3f4c2
pkgname = nodejs-webtorrent-cli
diff --git a/PKGBUILD b/PKGBUILD
index 37d8b0ce2a73..6be1fc382668 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nodejs-webtorrent-cli
_pkgname="${pkgname#nodejs-}"
-pkgver=1.9.0
+pkgver=1.10.1
pkgrel=1
pkgdesc='WebTorrent, the streaming torrent client. For the command line.'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('nodejs')
makedepends=('npm')
source=("https://github.com/feross/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('5e5238267e2119484e9910b500bd46f9ebf5ae0a38f37f5044a64041bef0ac53')
+sha256sums=('391e0084396fac3c1c2b11a2e88f90a4297861fd998237689fd761770da3f4c2')
package() {
npm \