upgpkg(netlify): 12.7.2

This commit is contained in:
MedzikUserBot 2023-01-11 18:23:59 +00:00
parent 2800b5933d
commit 72bb31b99f
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.7.1"
pkgver="12.7.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=('a1bbf27d497356a31c068b3d9a0c9f9544e3afec9dd154497526360bd3c1b49a')
sha256sums=('c41641485a98a8d39f53b5a548b631883fc859ac7f3e53426fa93d44a5e8c29b')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"