upgpkg(netlify): 12.2.7

This commit is contained in:
MedzikUserBot 2022-11-23 16:25:00 +00:00
parent c779783657
commit 3875109760
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.6"
pkgver="12.2.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=('ca5127a778102d3c6514e3446d83ba24b0ff056b233e168d45e9c8be2d2d9342')
sha256sums=('6142ea76caa8f1e598487b7b4c83367580e9dd43056ce295c03ea4d3d01094e7')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"