summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 387d684fa3c7..fb102c144dfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Fri Sep 16 14:57:39 UTC 2016
+# Sun Oct 30 19:36:35 UTC 2016
pkgbase = nvm
pkgdesc = Node Version Manager - Simple bash script to manage multiple active node.js versions
- pkgver = 0.32.0
+ pkgver = 0.32.1
pkgrel = 1
url = https://github.com/creationix/nvm
install = nvm.install
arch = any
license = MIT
optdepends = bash: bash completion
- source = https://github.com/creationix/nvm/archive/v0.32.0.zip
+ source = https://github.com/creationix/nvm/archive/v0.32.1.zip
source = init-nvm.sh
source = install-nvm-exec
- md5sums = 170f5a578eb2faf847e6a9f56234da02
+ md5sums = 924959e3706e14efde34da28676ff5ff
md5sums = b75a15a2cbe04e6203ebaf6103e90926
md5sums = 8f3c5b82f09636e9cf82d45d68c39cc6
diff --git a/PKGBUILD b/PKGBUILD
index d28817e7de5b..4d9e39825d63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Wadley <tom@tomwadley.net>
pkgname=nvm
-pkgver=0.32.0
+pkgver=0.32.1
pkgrel=1
pkgdesc="Node Version Manager - Simple bash script to manage multiple active node.js versions"
url="https://github.com/creationix/nvm"
@@ -12,7 +12,7 @@ install="${pkgname}.install"
source=("https://github.com/creationix/nvm/archive/v${pkgver}.zip"
"init-nvm.sh"
"install-nvm-exec")
-md5sums=('170f5a578eb2faf847e6a9f56234da02'
+md5sums=('924959e3706e14efde34da28676ff5ff'
'b75a15a2cbe04e6203ebaf6103e90926'
'8f3c5b82f09636e9cf82d45d68c39cc6')