upgpkg(netlify): 11.8.0

This commit is contained in:
MedzikUserBot 2022-09-15 18:26:30 +00:00
parent 5bd4f1374f
commit 0c957ae498
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.7.1"
pkgver="11.8.0"
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=('3ecdce3cb92d103957802c9da982414728d90aca0e539ec6c5f2689f6982c232')
sha256sums=('9f4a623f3cbfcf85c07fb7ef3a283b62fd24d3315a575204832305d2d820caa9')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"