summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD1ceWard2022-08-17 17:29:06 +0200
committerD1ceWard2022-08-17 17:29:06 +0200
commit55575ee54b2cd5a5a387536effaf70eb56bb0690 (patch)
treebe95b456939e15f8c6180cbcca6e572aabe73462
parentb9868a8251970dbd7768f3b874e15cbdf4bab8e7 (diff)
downloadaur-55575ee54b2cd5a5a387536effaf70eb56bb0690.tar.gz
upgpkg: nodenv-node-build 4.9.88-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 e89e15cdc1d0..9a081a02e70f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nodenv-node-build
pkgdesc = Install NodeJS versions
- pkgver = 4.9.87
+ pkgver = 4.9.88
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.87.tar.gz
+ source = https://github.com/nodenv/node-build/archive/v4.9.88.tar.gz
source = https://raw.githubusercontent.com/nodenv/node-build/master/LICENSE
- sha256sums = a71115866e8df6fe7971a80d0866a6b9056381c99fcba5dbc70c02108d6ca183
+ sha256sums = 81e20fd2b72bb51671a2338f4871a40adfec1af6d5c2d910d5e412b3f4341528
sha256sums = 8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d
pkgname = nodenv-node-build
diff --git a/PKGBUILD b/PKGBUILD
index 4cf4c4d75885..4fde93ba85e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=nodenv-node-build
-pkgver=4.9.87
+pkgver=4.9.88
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=('a71115866e8df6fe7971a80d0866a6b9056381c99fcba5dbc70c02108d6ca183'
+sha256sums=('81e20fd2b72bb51671a2338f4871a40adfec1af6d5c2d910d5e412b3f4341528'
'8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d')
conflicts=("${pkgname}-git"
"node-build")