upgpkg(netlify): 12.6.0

This commit is contained in:
MedzikUserBot 2023-01-09 12:32:50 +00:00
parent d3c17e2ad4
commit a7b8d586e5
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.5.0"
pkgver="12.6.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=('0103df67310ac06b4fa0cb3c365e757624c664fb3a8b85e95346d197f3faaa6b')
sha256sums=('cf7be5aeae4ad0c78c1a1f23b813a9dc080d33553e7b366fd9ce5726f50f7442')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"