summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE2022-10-26 15:03:10 +0200
committerFabien LEFEBVRE2022-10-26 15:03:10 +0200
commita80ca3e4796e16e9c8854f18dbe9c60ea98086c5 (patch)
treeaf7e43ea4d5d586cbcbdb5b83ca3f7fa67ff2ad2
parent6829330f5056ce2dbcea6df8529acf3df64dbc8b (diff)
downloadaur-a80ca3e4796e16e9c8854f18dbe9c60ea98086c5.tar.gz
upgpkg: nodenv-node-build 4.9.96-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 ae1fcd2d688f..7642e9bd4478 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nodenv-node-build
pkgdesc = Install NodeJS versions
- pkgver = 4.9.95
+ pkgver = 4.9.96
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.95.tar.gz
+ source = https://github.com/nodenv/node-build/archive/v4.9.96.tar.gz
source = https://raw.githubusercontent.com/nodenv/node-build/master/LICENSE
- sha256sums = 355e318c5bd394ed638390bbb8316a01fc13a911699bc8d4e07b9f3b21ea6cf9
+ sha256sums = 7e9b10f999ae8e116a386a04a57baa6df107d4ca53d813266ec7d392ccc1d1c6
sha256sums = 8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d
pkgname = nodenv-node-build
diff --git a/PKGBUILD b/PKGBUILD
index 5d50e44ba767..c522706ee5cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=nodenv-node-build
-pkgver=4.9.95
+pkgver=4.9.96
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=('355e318c5bd394ed638390bbb8316a01fc13a911699bc8d4e07b9f3b21ea6cf9'
+sha256sums=('7e9b10f999ae8e116a386a04a57baa6df107d4ca53d813266ec7d392ccc1d1c6'
'8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d')
conflicts=("${pkgname}-git"
"node-build")