upgpkg(netlify): 12.0.2

This commit is contained in:
MedzikUserBot 2022-09-30 09:32:52 +00:00
parent d005aa722d
commit 31b6652635
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.1"
pkgver="12.0.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=('93a37cf728d542e44f29b937bd76be69f54c27eec5e52b8b2a7663c33272dc38')
sha256sums=('5f0d5e049d6aa5341bb85fc3d664c0539c258f397f8c4edeeb69b95cf0ed06f3')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"