upgpkg(netlify): 12.2.1

This commit is contained in:
MedzikUserBot 2022-11-17 14:17:45 +00:00
parent a89e5564ca
commit 3a76fb33c6
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.2.0"
pkgver="12.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=('9d2095e40472558c8605a465492bef94d173a93f959e98f8191cca4cc56631d9')
sha256sums=('67a97c4e4dc53c1a85b15e8b7b88795c4c241b0ce043aca5fa52deecbd600912')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"