upgpkg(netlify): 12.12.0

This commit is contained in:
MedzikUserBot 2023-02-10 11:14:47 +00:00
parent 0ac940c5a6
commit 409d2750e6
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.11.0"
pkgver="12.12.0"
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=('45cab8cb2ec055b242e8d0b93df51e8f561da70d13c8236d1f48032250e8ec29')
sha256sums=('681d703f2e858ce4ca8eba8c3a24fa9003fe3c2e2e19c422a9b59492a22d7d12')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"