upgpkg(netlify): 10.16.0

This commit is contained in:
MedzikUserBot 2022-08-11 01:42:54 +00:00
parent 6ca00e67c1
commit 0d43cfc35e
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.15.0"
pkgver="10.16.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=('0cc99d0715d4e496f9a7ad442fad53a722eae498cf789e6127b4b2c288c5318c')
sha256sums=('41a721dcb30c5df5151efb6480aa5c04fa481ed7fabeefcb95d7d1a772d22d1d')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"