summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE2022-04-06 15:20:06 +0200
committerFabien LEFEBVRE2022-04-06 15:20:06 +0200
commit8e561a868fa3558871a0631db0e3ad4467c1473f (patch)
tree04d25429517a02f38c3ea9eb2802ea9f94bae643
parent5cf9de0aaf9b857aac0cf6f4d2be2d0040b474fb (diff)
downloadaur-8e561a868fa3558871a0631db0e3ad4467c1473f.tar.gz
upgpkg: nodenv-node-build 4.9.76-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 6e69aa9e4774..4c3d4e5a9e40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nodenv-node-build
pkgdesc = Install NodeJS versions
- pkgver = 4.9.75
+ pkgver = 4.9.76
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.75.tar.gz
+ source = https://github.com/nodenv/node-build/archive/v4.9.76.tar.gz
source = https://raw.githubusercontent.com/nodenv/node-build/master/LICENSE
- sha256sums = 4b3c4ee8215e5ac908f0b215f8c133f172ccc6bfc908389cd77539112fe90a6a
+ sha256sums = 4e74bff901c8bed6f62664720ae9babd28db4927490585a267d60aadd417b58e
sha256sums = 8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d
pkgname = nodenv-node-build
diff --git a/PKGBUILD b/PKGBUILD
index 8747800474f1..620bd23082e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=nodenv-node-build
-pkgver=4.9.75
+pkgver=4.9.76
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=('4b3c4ee8215e5ac908f0b215f8c133f172ccc6bfc908389cd77539112fe90a6a'
+sha256sums=('4e74bff901c8bed6f62664720ae9babd28db4927490585a267d60aadd417b58e'
'8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d')
conflicts=("${pkgname}-git"
"node-build")