upgpkg(netlify): 12.0.4

This commit is contained in:
MedzikUserBot 2022-10-03 15:27:27 +00:00
parent 972b15fcff
commit 44480e5fe9
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.3"
pkgver="12.0.4"
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=('84c40e67b4d3a08833c70d3a8f9386819a1e503e4e27ffb595a51bc2a07f4059')
sha256sums=('30b70ca12bf68d561a8f448430905dcf18cf9793aed8c3bb71d5a2efe6f9281b')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"