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 08a0923889f0..09e87185aaa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Persico <francesco.persico@gmail.com>
pkgname=nodenv-node-build
-pkgver=4.3.0
+pkgver=4.5.0
pkgrel=1
pkgdesc="Install NodeJS versions"
arch=("any")
@@ -10,7 +10,7 @@ url="https://github.com/nodenv/node-build"
license=("MIT")
conflicts=("${pkgname}-git" "node-build")
source=("${url}/archive/v${pkgver}.tar.gz")
-md5sums=("c84850e738cfb32831d16b5aabd3c4c1")
+md5sums=("f6845b844ce844d0cd8aeae9ddaa8332")
package() {
cd "${srcdir}/node-build-${pkgver}"