upgpkg(netlify): 12.0.1

This commit is contained in:
MedzikUserBot 2022-09-29 15:25:45 +00:00
parent 9ebe9e61b0
commit 4774c0db9f
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.0.0"
pkgver="12.0.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=('d1ba8f32c7ad4e7caedec20f32f29b2bbd9c94a2a0918415be2cbe202de63a12')
sha256sums=('93a37cf728d542e44f29b937bd76be69f54c27eec5e52b8b2a7663c33272dc38')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"