upgpkg(netlify): 11.7.0

This commit is contained in:
MedzikUserBot 2022-09-09 10:23:45 +00:00
parent 148cb597cb
commit 93486efa86
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="11.6.0"
pkgver="11.7.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=('45a40d993089bf1cb3ee084526bb248eff926e055c1d2b422b6b625c5dfa365a')
sha256sums=('9c422c8e4a5834844fb769babc516407518f8898cb33a5a59b13ce744c26565f')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"