summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJagannathan Tiruvallur Eachambadi2019-01-13 14:48:29 +0100
committerJagannathan Tiruvallur Eachambadi2019-01-13 14:48:29 +0100
commit94b8ad276d46d34297fe3b0b573468b53a1c3ec3 (patch)
tree77c0b148668a7573d7fc2367c3bc1388c117719c
parent1e29b8c96e2e833354caa455fefc6d2507508a14 (diff)
downloadaur-94b8ad276d46d34297fe3b0b573468b53a1c3ec3.tar.gz
updpkg 6.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa001a6c6a98..8582f1c69691 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nodejs-triton
pkgdesc = triton is a CLI tool for working with the CloudAPI for Joyent's Triton Public Cloud and Private Cloud
- pkgver = 6.2.0
+ pkgver = 6.3.0
pkgrel = 1
url = https://github.com/joyent/node-triton
arch = any
license = MPL
makedepends = npm
depends = nodejs
- source = nodejs-triton-6.2.0.tar.gz::https://github.com/joyent/node-triton/archive/6.2.0.tar.gz
- md5sums = f09e2bfafe1ec1c59cdf43c6b02500a1
+ source = nodejs-triton-6.3.0.tar.gz::https://github.com/joyent/node-triton/archive/6.3.0.tar.gz
+ md5sums = 6570a1bd25bb06373e66d6602571b15c
pkgname = nodejs-triton
diff --git a/PKGBUILD b/PKGBUILD
index 45453cf739ca..1ddd4b6d3d2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=triton
pkgname=nodejs-$_npmname
-pkgver=6.2.0
+pkgver=6.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')
@@ -11,7 +11,7 @@ license=('MPL')
depends=('nodejs')
makedepends=('npm')
source=($pkgname-$pkgver.tar.gz::"https://github.com/joyent/node-triton/archive/$pkgver.tar.gz")
-md5sums=('f09e2bfafe1ec1c59cdf43c6b02500a1')
+md5sums=('6570a1bd25bb06373e66d6602571b15c')
build() {
cd node-$_npmname-$pkgver