upgpkg(netlify): 14.3.0

This commit is contained in:
MedzikUserBot 2023-04-25 09:15:39 +00:00
parent 3c20309814
commit f957122c01
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="14.2.1"
pkgver="14.3.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=('7179eda631d46487d5afd663a1046874bf52a49c72b562ba5205693e2ad3c8fb')
sha256sums=('5638526df2209b7f775ffe60e4abed88535d9c25f676ce350841197cc57bfc0f')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"