upgpkg(netlify): 12.2.4

This commit is contained in:
MedzikUserBot 2022-11-18 18:25:28 +00:00
parent 494b29a772
commit 9653af2462
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.3"
pkgver="12.2.4"
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=('8dad913900bbbe57d7999fbe00315d6e24681f49973676a76f6643462c13854c')
sha256sums=('1e2ec380b8423101db534d13d6c15250f3ccbe94a556310184081563428a8aa7')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"