upgpkg(netlify): 12.0.7

This commit is contained in:
MedzikUserBot 2022-10-07 12:44:35 +00:00
parent 3230395155
commit aaefeeb686
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.6"
pkgver="12.0.7"
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=('61661c2d54ad9ddab11119aadc75dd52597c3922019995de89e47149ae0aa1c3')
sha256sums=('3b32ff869bfb75cfc95f3a1ea90f998de3b9b12697228987d2dd552e5a62fd59')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"