upgpkg(netlify): 12.2.10

This commit is contained in:
MedzikUserBot 2022-12-12 10:19:22 +00:00
parent dc242f38f2
commit 57f36c52c9
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.2.9"
pkgver="12.2.10"
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=('5c82465491dbddbb8b4ba1d4996cf0fe5bde282c64455a7789c384b5acf73b5c')
sha256sums=('49e42be72329099790418249aa89eabc0dc70d7fff106fa2984d361573688447')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"