upgpkg(netlify): 13.1.3

This commit is contained in:
MedzikUserBot 2023-03-13 12:33:21 +00:00
parent 33d994c4d1
commit 48eda1d89d
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="13.1.2"
pkgver="13.1.3"
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=('1c28c937bacfc023c7695341e0a3ee68a7b8a53a5360880a3a8659c588aeab50')
sha256sums=('59766b7b3a17cb227b20422fa9c676374bf6f947cd49accea6b1cb7037115f4f')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"