summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Whited2019-07-19 18:12:34 -0500
committerSam Whited2019-07-19 18:12:34 -0500
commitea7a4df13f6223b3fc2cfc48c0541db113a86df4 (patch)
tree5b45816e4a8a487a4244aad6fd571f5be23a67ba
parented271bcb88ffac3ecf14dd02b8dc08a229234b90 (diff)
downloadaur-ea7a4df13f6223b3fc2cfc48c0541db113a86df4.tar.gz
Bump to v7.3.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1139a65b8538..c17650c744e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
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.1.1
- pkgrel = 2
+ pkgver = 7.3.0
+ pkgrel = 1
url = https://github.com/joyent/node-triton
arch = any
license = MPL
makedepends = npm
makedepends = jq
depends = nodejs
- noextract = nodejs-triton-7.1.1.tar.gz
- source = nodejs-triton-7.1.1.tar.gz::https://github.com/joyent/node-triton/archive/7.1.1.tar.gz
- sha256sums = f2aebe338af95c626b237ce9c472aedd57c1f5e26397a6483d40334b44be48b0
+ 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
pkgname = nodejs-triton
diff --git a/PKGBUILD b/PKGBUILD
index 01c0ab051a9e..3663699a0a72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_npmname=triton
pkgname=nodejs-$_npmname
-pkgver=7.1.1
-pkgrel=2
+pkgver=7.3.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')
url="https://github.com/joyent/node-triton"
@@ -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=('f2aebe338af95c626b237ce9c472aedd57c1f5e26397a6483d40334b44be48b0')
+sha256sums=('b7e9b6be5e30474263e462c2e44169de32848b83a1fd4694e1e5887f087704d7')
package() {
npm install --cache "${srcdir}"/npm-cache --no-optional -g --user root --prefix "$pkgdir/usr" "$srcdir/$pkgname-$pkgver.tar.gz"