summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Höffken2020-08-23 17:30:09 +0200
committerFelix Höffken2020-08-23 17:30:09 +0200
commitb2c7597f34f6ef02cca5eecb92ad743c242ce973 (patch)
tree6a28d60ea76e933b89d6b96ef4b6199aafadf713
parent74d7b7564f82f9d33c5fd63bc019cb00511b8803 (diff)
downloadaur-b2c7597f34f6ef02cca5eecb92ad743c242ce973.tar.gz
Bump to version 4.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5a0327959a0..bfd2ce5fd932 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nodejs-feathers-cli
pkgdesc = The command line interface for Feathers applications
- pkgver = 4.3.0
+ pkgver = 4.4.0
pkgrel = 0
url = https://github.com/feathersjs/feathers-cli#readme
arch = any
depends = nodejs
depends = npm
- noextract = v4.3.0.tar.gz
- source = https://github.com/feathersjs/cli/archive/v4.3.0.tar.gz
- sha256sums = ebc41025f6422090b852171a95068e894ea0e2d45ce44a6f70516ed5b865a379
+ noextract = v4.4.0.tar.gz
+ source = https://github.com/feathersjs/cli/archive/v4.4.0.tar.gz
+ sha256sums = 93c7598f257571a88ec021090b7288ce9a9f4bfeebaeb44fc996b297c8f11eb2
pkgname = nodejs-feathers-cli
diff --git a/PKGBUILD b/PKGBUILD
index 657f5b9bcb5e..5d70c95b56c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christoph Gysin <christoph.gysin@gmail.com>
_npmname=@feathersjs/cli
-_npmver=4.3.0
+_npmver=4.4.0
_srcname="v${_npmver}.tar.gz"
pkgname=nodejs-feathers-cli
pkgver=${_npmver}
@@ -15,7 +15,7 @@ depends=('nodejs' 'npm' )
optdepends=()
source=(https://github.com/feathersjs/cli/archive/v${_npmver}.tar.gz)
noextract=(${_srcname})
-sha256sums=('ebc41025f6422090b852171a95068e894ea0e2d45ce44a6f70516ed5b865a379')
+sha256sums=('93c7598f257571a88ec021090b7288ce9a9f4bfeebaeb44fc996b297c8f11eb2')
package() {
npm install --cache "${srcdir}/npm-cache" -g --user root --prefix "$pkgdir/usr" "$srcdir/${_srcname}"