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 c7563f8034de..46c6ab5a2537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Wadley <tom@tomwadley.net>
pkgname=nvm
-pkgver=0.27.1
+pkgver=0.28.0
pkgrel=1
pkgdesc="Simple bash script to manage multiple active node.js versions"
url="https://github.com/creationix/nvm"
@@ -11,7 +11,7 @@ optdepends=('bash: bash completion')
install="${pkgname}.install"
source=("https://github.com/creationix/nvm/archive/v${pkgver}.zip"
"init-nvm.sh")
-md5sums=('afd74496680d2d6085077d6a4e2dcd1b'
+md5sums=('104dfaa5e4584526649b598ac5137864'
'359e7cff11f9053a1d380272591d29f3')
build() {