summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD1ceWard2022-06-21 13:03:25 +0200
committerD1ceWard2022-06-21 13:03:25 +0200
commit36eb0c7150293169571cad6c93230f017c06094e (patch)
tree79adc5e53cd61b5b6b7dd9f294e2a60d3a7baf26
parent4b48de1bd68fe82727227fe471a4a48ec0230d11 (diff)
downloadaur-36eb0c7150293169571cad6c93230f017c06094e.tar.gz
upgpkg: nodenv-node-build 4.9.84-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 513bb1981a99..89af6eb296fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nodenv-node-build
pkgdesc = Install NodeJS versions
- pkgver = 4.9.83
+ pkgver = 4.9.84
pkgrel = 1
url = https://github.com/nodenv/node-build
arch = any
license = MIT
conflicts = nodenv-node-build-git
conflicts = node-build
- source = https://github.com/nodenv/node-build/archive/v4.9.83.tar.gz
+ source = https://github.com/nodenv/node-build/archive/v4.9.84.tar.gz
source = https://raw.githubusercontent.com/nodenv/node-build/master/LICENSE
- sha256sums = f14d47608f1645622e9870011cb7d38c6a0e12f640d4e42feacab5450cd9995e
+ sha256sums = 8520f3a4c4480dce37313a30043052b2edb5fd2114316207c1d898c5289f4025
sha256sums = 8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d
pkgname = nodenv-node-build
diff --git a/PKGBUILD b/PKGBUILD
index c6743a591be3..123ac86987f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=nodenv-node-build
-pkgver=4.9.83
+pkgver=4.9.84
pkgrel=1
pkgdesc='Install NodeJS versions'
arch=('any')
@@ -10,7 +10,7 @@ url='https://github.com/nodenv/node-build'
license=('MIT')
source=("${url}/archive/v${pkgver}.tar.gz"
"https://raw.githubusercontent.com/nodenv/node-build/master/LICENSE")
-sha256sums=('f14d47608f1645622e9870011cb7d38c6a0e12f640d4e42feacab5450cd9995e'
+sha256sums=('8520f3a4c4480dce37313a30043052b2edb5fd2114316207c1d898c5289f4025'
'8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d')
conflicts=("${pkgname}-git"
"node-build")