upgpkg(netlify): 13.2.1

This commit is contained in:
MedzikUserBot 2023-03-22 16:21:23 +00:00
parent 2fc86b24f3
commit 65117cd2dc
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.2.0"
pkgver="13.2.1"
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=('b8e1570e784ee871d4b623c58bf725f4cf902f674ab248629da2cbe6ffbce894')
sha256sums=('60eb9c17ac4e58ca4478fcf88b3155cf83555d8c920f61ac7c1ea502422b0e97')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"