upgpkg(netlify): 10.10.2

This commit is contained in:
MedzikUserBot 2022-07-19 14:20:54 +00:00
parent fbf6481c63
commit 9f81fca85b
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.10.1"
pkgver="10.10.2"
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=('dc14612a3a96cc8000ce4b6eeb0b235ba2c8cce5b323ce7bd0f8589227d73cb6')
sha256sums=('8205b6c2488a5130eb9ca43667f918e86eb82c4f9927d81134fd16a16bb44662')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"