summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Whited2019-08-13 11:37:08 -0500
committerSam Whited2019-08-13 11:37:08 -0500
commitc1443dbb6d0672705727e1833fa2389769cc5dba (patch)
tree68bdbc3377f23e315df2d0d9af6e6ac86b4642b1
parentea7a4df13f6223b3fc2cfc48c0541db113a86df4 (diff)
downloadaur-c1443dbb6d0672705727e1833fa2389769cc5dba.tar.gz
Bump to v7.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c17650c744e7..07bd0f19d2b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nodejs-triton
pkgdesc = triton is a CLI tool for working with the CloudAPI for Joyent's Triton Public Cloud and Private Cloud
- pkgver = 7.3.0
+ pkgver = 7.4.0
pkgrel = 1
url = https://github.com/joyent/node-triton
arch = any
@@ -8,9 +8,9 @@ pkgbase = nodejs-triton
makedepends = npm
makedepends = jq
depends = nodejs
- noextract = nodejs-triton-7.3.0.tar.gz
- source = nodejs-triton-7.3.0.tar.gz::https://github.com/joyent/node-triton/archive/7.3.0.tar.gz
- sha256sums = b7e9b6be5e30474263e462c2e44169de32848b83a1fd4694e1e5887f087704d7
+ noextract = nodejs-triton-7.4.0.tar.gz
+ source = nodejs-triton-7.4.0.tar.gz::https://github.com/joyent/node-triton/archive/7.4.0.tar.gz
+ sha256sums = 7d0e4622d0ab0d4dd6917d3c8a6f2353c75b38c3cedaedf608f315a874d86acd
pkgname = nodejs-triton
diff --git a/PKGBUILD b/PKGBUILD
index 3663699a0a72..55e6bf047e1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_npmname=triton
pkgname=nodejs-$_npmname
-pkgver=7.3.0
+pkgver=7.4.0
pkgrel=1
pkgdesc="triton is a CLI tool for working with the CloudAPI for Joyent's Triton Public Cloud and Private Cloud"
arch=('any')
@@ -13,7 +13,7 @@ depends=('nodejs')
makedepends=('npm' 'jq')
source=($pkgname-$pkgver.tar.gz::"https://github.com/joyent/node-triton/archive/$pkgver.tar.gz")
noextract=("$pkgname-$pkgver.tar.gz")
-sha256sums=('b7e9b6be5e30474263e462c2e44169de32848b83a1fd4694e1e5887f087704d7')
+sha256sums=('7d0e4622d0ab0d4dd6917d3c8a6f2353c75b38c3cedaedf608f315a874d86acd')
package() {
npm install --cache "${srcdir}"/npm-cache --no-optional -g --user root --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tar.gz"