summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLocutus2019-12-14 12:45:59 +0200
committerLocutus2019-12-14 12:45:59 +0200
commitfbe5f6c45bd09ce29e644d1bc7a6557e2820902b (patch)
treeb6e2510a38b1edc1361769fefe547cb17b55bcc6 /PKGBUILD
parent7f55bc89157269601985c9b4fc223671b2ecbe4a (diff)
downloadaur-fbe5f6c45bd09ce29e644d1bc7a6557e2820902b.tar.gz
Updated to 4.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3821ba58830..0479dd9b4309 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tobias Brunner <tobias@tobru.ch>
_npmname=cloudron
-_npmver=4.0.0
+_npmver=4.1.0
pkgname=cloudron-cli
pkgver=$_npmver
pkgrel=1
@@ -15,7 +15,7 @@ makedepends=('npm' 'jq')
optdepends=()
source=("http://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz")
noextract=("$_npmname-$_npmver.tgz")
-sha256sums=('15a40aca4c69c244e4ca0d697f82c5bfd603796ac9afeba9edbb6fbafa4f6307')
+sha256sums=('eae9ba3a3315ea3282bd7e30a4194aee4028f5cd8105269dca728147ed4795b5')
package() {
npm install -g --user root --prefix "$pkgdir/usr" "$srcdir/$_npmname-$pkgver.tgz"