upgpkg(netlify): 10.10.0

This commit is contained in:
MedzikUserBot 2022-07-15 17:27:43 +00:00
parent b8ca1d9593
commit 71f2a9675e
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.1"
pkgver="10.10.0"
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=('915c89adedf50c12e60ade07b4298d98621ab58c71eda811117a3226f9036e56')
sha256sums=('04f76a7b53a431a26d50bf139c720ae499d88f74ba32894a735788b740462225')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"