upgpkg(netlify): 12.9.1

This commit is contained in:
MedzikUserBot 2023-01-21 01:16:52 +00:00
parent 10f0d4430f
commit c8b9b825af
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.9.0"
pkgver="12.9.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=('9592fb1abb35677f2dc50484723ce869e19b904f76fe13d3c6a43d6d39426497')
sha256sums=('549504658d8731f163a48b23ca4b6f61c76575304f23d5714d455a2c767f6ace')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"