summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2017-11-12 15:28:31 +0200
committerChristoph Gysin2017-11-12 19:54:08 +0200
commit993a71fd1cf322ffdc9f8151526d2ee077a02627 (patch)
tree0ca935bdaf7889643ba13407141ff275a8140130
parent60e6d01082a398bc8cea24a584637b60a40a6482 (diff)
downloadaur-993a71fd1cf322ffdc9f8151526d2ee077a02627.tar.gz
update to 1.11.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00a8fe35333d..e46af5b12a1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 12 17:53:26 UTC 2017
+# Sun Nov 12 17:53:53 UTC 2017
pkgbase = nodejs-webtorrent-cli
pkgdesc = WebTorrent, the streaming torrent client. For the command line.
- pkgver = 1.10.1
+ pkgver = 1.11.0
pkgrel = 1
url = https://webtorrent.io
arch = i686
@@ -10,9 +10,9 @@ pkgbase = nodejs-webtorrent-cli
license = MIT
makedepends = npm
depends = nodejs
- noextract = webtorrent-cli-1.10.1.tar.gz
- source = webtorrent-cli-1.10.1.tar.gz::https://github.com/feross/webtorrent-cli/archive/v1.10.1.tar.gz
- sha256sums = 391e0084396fac3c1c2b11a2e88f90a4297861fd998237689fd761770da3f4c2
+ noextract = webtorrent-cli-1.11.0.tar.gz
+ source = webtorrent-cli-1.11.0.tar.gz::https://github.com/feross/webtorrent-cli/archive/v1.11.0.tar.gz
+ sha256sums = 0b3beac9a3616176e870109e691163cbb601dd03d49fce63ce61581871876ba1
pkgname = nodejs-webtorrent-cli
diff --git a/PKGBUILD b/PKGBUILD
index 0b1f5c14705a..9533155981ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nodejs-webtorrent-cli
_pkgname="${pkgname#nodejs-}"
-pkgver=1.10.1
+pkgver=1.11.0
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=("${_pkgname}-${pkgver}.tar.gz::https://github.com/feross/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('391e0084396fac3c1c2b11a2e88f90a4297861fd998237689fd761770da3f4c2')
+sha256sums=('0b3beac9a3616176e870109e691163cbb601dd03d49fce63ce61581871876ba1')
noextract=("${_pkgname}-${pkgver}.tar.gz")
package() {