upgpkg(netlify): 15.1.1

This commit is contained in:
MedzikUserBot 2023-05-17 10:16:11 +00:00
parent 2bfee3f3a4
commit b7945fdbe4
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.1.0"
pkgver="15.1.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=('cd42c16f627dbb2bc66179b87737b41e99b34399f01cca0f92b6e70f54bec95c')
sha256sums=('8f1bd69ca5d27bb6b765bc3986592fef8a678fc4dabaa27dbe97b1aa6092a7b5')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"