upgpkg(netlify): 15.5.0

This commit is contained in:
MedzikUserBot 2023-06-13 10:16:14 +00:00
parent d561dd759a
commit e3c636a644
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.4.2"
pkgver="15.5.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=('92760f75bcfb1967a53fc042cff3319e85f2a428e555b71e633165645af14ad7')
sha256sums=('c756e26412502dec3f10936d0089acf57fe9a20c682301bc4a1ff5731692919b')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"