summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE (d1ceward)2024-01-12 11:44:24 +0100
committerFabien LEFEBVRE (d1ceward)2024-01-12 11:44:24 +0100
commit992fab38f5bf0cae53f5ad2bf872cbd479aec77f (patch)
tree7e01411b69c671af33212556a4999ed73e5f621b
parentdb500623e4e015572e2bcc60a595b101caff06c8 (diff)
downloadaur-992fab38f5bf0cae53f5ad2bf872cbd479aec77f.tar.gz
upgpkg: nodenv-node-build 4.9.135-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 cbbd0822902b..9fccf33424d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nodenv-node-build
pkgdesc = Install NodeJS versions
- pkgver = 4.9.134
+ pkgver = 4.9.135
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.134.tar.gz
+ source = https://github.com/nodenv/node-build/archive/v4.9.135.tar.gz
source = https://raw.githubusercontent.com/nodenv/node-build/master/LICENSE
- sha256sums = a6708a2139511b28ef7abd6b1af9710a02d63eb5dc89f95c31150c222587e0ed
+ sha256sums = fb66bf886984d8f919f2ec31aa7dc78175f9424f261392c280af0e0e03865414
sha256sums = 8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d
pkgname = nodenv-node-build
diff --git a/PKGBUILD b/PKGBUILD
index 1e39a393890e..22e6436502ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=nodenv-node-build
-pkgver=4.9.134
+pkgver=4.9.135
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=('a6708a2139511b28ef7abd6b1af9710a02d63eb5dc89f95c31150c222587e0ed'
+sha256sums=('fb66bf886984d8f919f2ec31aa7dc78175f9424f261392c280af0e0e03865414'
'8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d')
conflicts=("${pkgname}-git"
"node-build")