upgpkg(netlify): 10.14.0

This commit is contained in:
MedzikUserBot 2022-08-01 23:22:09 +00:00
parent a9fa52e440
commit cf2c345337
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.13.0"
pkgver="10.14.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=('7d8b5293767cc28e17d2e63456005e1dab654b6a3ab2a538d72747faa5a3c722')
sha256sums=('e143a95ae61c63aa20c0d3deaa6257c553bb662f1b655def6e67b98a45896546')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"