upgpkg(netlify): 10.17.1

This commit is contained in:
MedzikUserBot 2022-08-12 03:36:05 +00:00
parent 12f8a52cfe
commit 6145d9c53d
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="10.17.0"
pkgver="10.17.1"
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=('7e49491ca81a584759d3d8b62c5e49e5934b2abd46f9dc350659b989486900a5')
sha256sums=('ead9e24d9b8223a53dcf18b6104ef670cf3d5f442c98bd220b3504950a747cda')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"