upgpkg(netlify): 10.17.4

This commit is contained in:
MedzikUserBot 2022-08-12 21:18:06 +00:00
parent acd593420c
commit 44fb32a8c0
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.17.3"
pkgver="10.17.4"
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=('5ebe4f3677e0dc0fdc17e093c3e993d323bb17fc8144df393383aef1773f0a06')
sha256sums=('4c4c196e002288ebe5dcb658ed3e2126637dc782a117461330831d39df110135')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"