upgpkg(netlify): 10.9.1

This commit is contained in:
MedzikUserBot 2022-07-15 12:37:33 +00:00
parent 9ce8d63bfc
commit a00218ffdb
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="10.9.0"
pkgver="10.9.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=('9e13150f2e637417abefd54cdc871d0418278054962af9603a97d92e890863b1')
sha256sums=('915c89adedf50c12e60ade07b4298d98621ab58c71eda811117a3226f9036e56')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"