summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE (d1ceward)2023-12-07 20:54:51 +0100
committerFabien LEFEBVRE (d1ceward)2023-12-07 20:54:51 +0100
commit0404f45d16ce90f479cce8ec735313a179f2e145 (patch)
treeb7bf4d857a9e4ebc1a671bf87b79f80dafd824da
parent8d22b12ee0aade58490fca38b9044d7c5f02d27c (diff)
downloadaur-0404f45d16ce90f479cce8ec735313a179f2e145.tar.gz
upgpkg: nodenv-node-build 4.9.133-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 72f9a1f494f1..7f3676a8d0dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nodenv-node-build
pkgdesc = Install NodeJS versions
- pkgver = 4.9.132
+ pkgver = 4.9.133
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.132.tar.gz
+ source = https://github.com/nodenv/node-build/archive/v4.9.133.tar.gz
source = https://raw.githubusercontent.com/nodenv/node-build/master/LICENSE
- sha256sums = b828271441bd0684febc5fc5b1cdeab3dc91a4bcb4f3ef3e7ee04f820fca54ba
+ sha256sums = b9a543b6c7faad7093320786bce121dbb03b84af250e5bde4e622c56ecae810c
sha256sums = 8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d
pkgname = nodenv-node-build
diff --git a/PKGBUILD b/PKGBUILD
index 58669839ca06..ae7c93e7e0ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=nodenv-node-build
-pkgver=4.9.132
+pkgver=4.9.133
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=('b828271441bd0684febc5fc5b1cdeab3dc91a4bcb4f3ef3e7ee04f820fca54ba'
+sha256sums=('b9a543b6c7faad7093320786bce121dbb03b84af250e5bde4e622c56ecae810c'
'8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d')
conflicts=("${pkgname}-git"
"node-build")