upgpkg(netlify): 12.7.1

This commit is contained in:
MedzikUserBot 2023-01-11 16:29:41 +00:00
parent bded0d06be
commit 2800b5933d
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="12.7.0"
pkgver="12.7.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=('efca89076a4697a95cda3de4a33a796382653e3af1007b84541e93aad50a6e3f')
sha256sums=('a1bbf27d497356a31c068b3d9a0c9f9544e3afec9dd154497526360bd3c1b49a')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"