diff options
author | Fabien LEFEBVRE (d1ceward) | 2025-03-15 22:02:47 +0100 |
---|---|---|
committer | Fabien LEFEBVRE (d1ceward) | 2025-03-15 22:02:47 +0100 |
commit | e0aca0af740d54a618af20fed54032fb1c573948 (patch) | |
tree | e677c6340cc9fd1bf140f3cdd33ae86e9da9afe7 | |
parent | 287a18dc8b92609e0356fda1d9927c59adf646e6 (diff) | |
download | aur-e0aca0af740d54a618af20fed54032fb1c573948.tar.gz |
upgpkg: nodenv-node-build 5.3.31-1
upstream release
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,15 +1,15 @@ pkgbase = nodenv-node-build pkgdesc = Install NodeJS versions - pkgver = 5.3.30 + pkgver = 5.3.31 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/v5.3.30.tar.gz + source = https://github.com/nodenv/node-build/archive/v5.3.31.tar.gz source = https://raw.githubusercontent.com/nodenv/node-build/master/LICENSE - sha256sums = 2c7e51e05386b6e97a7c6d07211568ebb759fa0c9c3261fec931d1571348b685 + sha256sums = 63e27cfddedb71dd8de1f056b0f6a036dc5a55a6ebaf786e6069e6762d278417 sha256sums = 8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d pkgname = nodenv-node-build @@ -2,7 +2,7 @@ # Maintainer: Fabien LEFEBVRE <contact@d1ceward.com> pkgname=nodenv-node-build -pkgver=5.3.30 +pkgver=5.3.31 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=('2c7e51e05386b6e97a7c6d07211568ebb759fa0c9c3261fec931d1571348b685' +sha256sums=('63e27cfddedb71dd8de1f056b0f6a036dc5a55a6ebaf786e6069e6762d278417' '8549b8425f7e169ea9bd6bd02f3c97f57a74792609485b0c868bb53d5bf0cb9d') conflicts=("${pkgname}-git" "node-build") |