upgpkg(netlify): 10.10.1

This commit is contained in:
MedzikUserBot 2022-07-19 11:17:31 +00:00
parent 6e3e75ebfa
commit fbf6481c63
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.10.0"
pkgver="10.10.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=('04f76a7b53a431a26d50bf139c720ae499d88f74ba32894a735788b740462225')
sha256sums=('dc14612a3a96cc8000ce4b6eeb0b235ba2c8cce5b323ce7bd0f8589227d73cb6')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"