upgpkg(netlify): 10.11.0

This commit is contained in:
MedzikUserBot 2022-07-22 15:21:40 +00:00
parent a392e5e92a
commit 259b6f6f1e
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.2"
pkgver="10.11.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=('8205b6c2488a5130eb9ca43667f918e86eb82c4f9927d81134fd16a16bb44662')
sha256sums=('746f6e45ffc76a9ce207fbe7186404116f51f3764112c22367fd56c919cf133b')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"