upgpkg(netlify): 14.4.0

This commit is contained in:
MedzikUserBot 2023-05-03 16:20:11 +00:00
parent 91198db242
commit bffeb5a0b2
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.3.1"
pkgver="14.4.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=('577b743e6eb07f3275642a4bb1e5e642c7bdf54a65a99ea2719deec3ce927a47')
sha256sums=('140c1e94e3f7d2bed45df32e355374a32cd7aa1a4e3ec17b442b5a3bf97ae4f0')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"