upgpkg(netlify): 11.8.2

This commit is contained in:
MedzikUserBot 2022-09-21 13:56:31 +00:00
parent 3058fb30d2
commit d8433f52b2
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="11.8.1"
pkgver="11.8.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=('4b01adda525ebea75d05cc549847f1ac69fda1138d8418032f8931f413f6fb85')
sha256sums=('ccefde7b5a25ebb0c8370bc8d2ba733c88a431acfe257d1eef72b25974527c37')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"