upgpkg(netlify): 12.9.2

This commit is contained in:
MedzikUserBot 2023-01-24 16:22:26 +00:00
parent 5619e2089f
commit a550a7cee9
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.1"
pkgver="12.9.2"
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=('549504658d8731f163a48b23ca4b6f61c76575304f23d5714d455a2c767f6ace')
sha256sums=('79f25ebf6d5ed0a693a2b53cc08a3b8a4bb5311f13a4f6d22192bd7c3c2413fe')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"