upgpkg(netlify): 15.10.0

This commit is contained in:
MedzikUserBot 2023-07-31 14:15:35 +00:00
parent 6c8d922020
commit 9aa00972e5
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="15.9.1"
pkgver="15.10.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=('5785bcc5d39f39a5db2aa9d279a8e27e162cd11a47ec8e55855a75a6c076cfe1')
sha256sums=('127760f6ad092231a4c41f409a4c54e3369a5f47c7033a13a5709a659ee17550')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"