summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien LEFEBVRE2022-03-18 11:05:01 +0100
committerFabien LEFEBVRE2022-03-18 11:05:01 +0100
commit7b17495bf2ce247e1a49752b1c8ea47cba255727 (patch)
treeab89a4f8246e3cdc4f2c1b3f361edff48cdc8151
parent302f8d6e1080b916f3853ea549bac46dbdbc3619 (diff)
downloadaur-7b17495bf2ce247e1a49752b1c8ea47cba255727.tar.gz
upgpkg: nodenv-node-build 4.9.72-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 4ca8ed1b5462..c747178cd3da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = nodenv-node-build
pkgdesc = Install NodeJS versions
- pkgver = 4.9.71
+ pkgver = 4.9.72
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.71.tar.gz
+ source = https://github.com/nodenv/node-build/archive/v4.9.72.tar.gz
source = https://raw.githubusercontent.com/nodenv/node-build/master/LICENSE
- sha256sums = 516adf8ff4d82c26905ec70744d858d575f44c27c957211bd2f0e07397bd03db
+ sha256sums = f36ada3ed5ea5c82f8a0597140db1eeafaeed65719cf43eb81d1d36f397aca3d
sha256sums = 8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d
pkgname = nodenv-node-build
diff --git a/PKGBUILD b/PKGBUILD
index 718de9c92e07..aa08b80ea187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabien LEFEBVRE <contact@d1ceward.com>
pkgname=nodenv-node-build
-pkgver=4.9.71
+pkgver=4.9.72
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=('516adf8ff4d82c26905ec70744d858d575f44c27c957211bd2f0e07397bd03db'
+sha256sums=('f36ada3ed5ea5c82f8a0597140db1eeafaeed65719cf43eb81d1d36f397aca3d'
'8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d')
conflicts=("${pkgname}-git"
"node-build")