summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE2022-06-03 09:55:22 +0200
committerFabien LEFEBVRE2022-06-03 09:55:22 +0200
commita1abc56672e25342ed75384e64770b3ef6db95e5 (patch)
treecce6eea9b4c8100c732e2071565763a080fda551
parentc63f3d471fe175d135787b377e4db949b069a958 (diff)
downloadaur-a1abc56672e25342ed75384e64770b3ef6db95e5.tar.gz
upgpkg: nodenv-node-build 4.9.82-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 3843adff4577..e979b46ab3a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nodenv-node-build
pkgdesc = Install NodeJS versions
- pkgver = 4.9.81
+ pkgver = 4.9.82
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.81.tar.gz
+ source = https://github.com/nodenv/node-build/archive/v4.9.82.tar.gz
source = https://raw.githubusercontent.com/nodenv/node-build/master/LICENSE
- sha256sums = 8cf0e016ef438013fe681100b976629df37f632bc1b1bf9c12b7c9e0777e5a22
+ sha256sums = d242d661bda6f1ffb2fc6e7e4af80481499f693cdfd2f1e13a66437e7734ba70
sha256sums = 8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d
pkgname = nodenv-node-build
diff --git a/PKGBUILD b/PKGBUILD
index ec18ef2fa6be..830ba696c351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=nodenv-node-build
-pkgver=4.9.81
+pkgver=4.9.82
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=('8cf0e016ef438013fe681100b976629df37f632bc1b1bf9c12b7c9e0777e5a22'
+sha256sums=('d242d661bda6f1ffb2fc6e7e4af80481499f693cdfd2f1e13a66437e7734ba70'
'8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d')
conflicts=("${pkgname}-git"
"node-build")