upgpkg(netlify): 13.2.0

This commit is contained in:
MedzikUserBot 2023-03-21 15:15:41 +00:00
parent 35975bcd3c
commit 2a29f81345
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="13.1.7"
pkgver="13.2.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=('da6dd969d040dbb3fcaecaaf9e8d28575132ebffe9f2f29f98f93e444844efb3')
sha256sums=('b8e1570e784ee871d4b623c58bf725f4cf902f674ab248629da2cbe6ffbce894')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"