upgpkg(netlify): 12.0.11

This commit is contained in:
MedzikUserBot 2022-10-18 12:48:48 +00:00
parent a262ba3ef8
commit 43193250da
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="12.0.10"
pkgver="12.0.11"
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=('8450b270adf0e102d53f14570bfcc17ca431319cb07322c18f62625ca66faab8')
sha256sums=('2e1dac67c12979a05a953427cdfe2ef37d8ca95db9fd1f821790a2b9220bf915')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"