upgpkg(netlify): 12.13.0

This commit is contained in:
MedzikUserBot 2023-02-17 13:25:35 +00:00
parent 775412ae7d
commit 4fda4a7854
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.12.1"
pkgver="12.13.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=('c28c08dbef92260ab01465bf12c1117f9496878b8eed1e8cc3f9e138f025379f')
sha256sums=('635aad5b911fd8f723da1511eae384ad9ab29f33cc4f487350218c95bf64e8eb')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"