summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE2022-09-30 15:17:40 +0200
committerFabien LEFEBVRE2022-09-30 15:17:40 +0200
commita60e5c34e21bfb2835e77b4f165d2ccff64066f0 (patch)
tree6c3a99013fc4e48d52435ed52ef0862e1b867f52
parent1380238cddb8e5ef234ddc3cb3bdb8390945ec6e (diff)
downloadaur-a60e5c34e21bfb2835e77b4f165d2ccff64066f0.tar.gz
upgpkg: nodenv-node-build 4.9.92-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 28e468a7ae59..48fe9a77b4ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nodenv-node-build
pkgdesc = Install NodeJS versions
- pkgver = 4.9.91
+ pkgver = 4.9.92
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.91.tar.gz
+ source = https://github.com/nodenv/node-build/archive/v4.9.92.tar.gz
source = https://raw.githubusercontent.com/nodenv/node-build/master/LICENSE
- sha256sums = 18f2e0f81032482e991fdd55387d43bcbc9e88ac58dc570b5256b158da057202
+ sha256sums = 900db4221f0054972f3e6144035770b77635543bbcc78c090b2d021a778b32a8
sha256sums = 8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d
pkgname = nodenv-node-build
diff --git a/PKGBUILD b/PKGBUILD
index e48787356cc3..96f59b2ffed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=nodenv-node-build
-pkgver=4.9.91
+pkgver=4.9.92
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=('18f2e0f81032482e991fdd55387d43bcbc9e88ac58dc570b5256b158da057202'
+sha256sums=('900db4221f0054972f3e6144035770b77635543bbcc78c090b2d021a778b32a8'
'8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d')
conflicts=("${pkgname}-git"
"node-build")