summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a114d2ec7174..d28817e7de5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Wadley <tom@tomwadley.net>
pkgname=nvm
-pkgver=0.31.7
+pkgver=0.32.0
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=('f9a948d8ad8358e19d5b605feb54bbb4'
+md5sums=('170f5a578eb2faf847e6a9f56234da02'
'b75a15a2cbe04e6203ebaf6103e90926'
'8f3c5b82f09636e9cf82d45d68c39cc6')