upgpkg(netlify): 15.0.1

This commit is contained in:
MedzikUserBot 2023-05-08 11:13:59 +00:00
parent 2d33ee6303
commit 49d37af9f2
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ _pkgname='netlify-cli'
pkgname='netlify'
provides=("${pkgname}-cli")
conflicts=("${pkgname}-cli")
pkgver="15.0.0"
pkgver="15.0.1"
pkgrel=1
pkgdesc='Create, deploy, and delete new sites hosted on Netlify straight from your terminal'
arch=('any')
@ -14,7 +14,7 @@ makedepends=('npm')
_file="${_pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${_pkgname}/-/${_file}")
noextract=("$_file")
sha256sums=('1e7f2501208b924e740ea9848083f0d19a8647dbc34a78d0954be18440a79565')
sha256sums=('d89adce519c288651131f702a15df6637bbe9e6e1f8c172fae72823ca667c541')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"