upgpkg(netlify): 15.3.1

This commit is contained in:
MedzikUserBot 2023-06-02 12:30:27 +00:00
parent 328994eb23
commit b806617e85
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="15.2.0"
pkgver="15.3.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=('1fbd7da18ed81aa038f8e0374741b1833a8f19accc9dc071d06a60266acaa8c6')
sha256sums=('d820818b9b405fd3efebd8a314ed5d4f9e6466fe5e0460580f49bcdb949875c3')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"