upgpkg(netlify): 12.9.0

This commit is contained in:
MedzikUserBot 2023-01-20 16:23:24 +00:00
parent b885355a0e
commit e8c1e3d6f7
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.8.0"
pkgver="12.9.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=('6f5be0fdd49e1b9cb033856a0025c13fa486969d4cd70472fe257c1a84bebb9b')
sha256sums=('9592fb1abb35677f2dc50484723ce869e19b904f76fe13d3c6a43d6d39426497')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"