upgpkg(firebase-tools): 11.14.4

This commit is contained in:
MedzikUserBot 2022-10-14 21:21:32 +00:00
parent 8a92f8f226
commit 2839112bd6
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com> # Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='firebase-tools' pkgname='firebase-tools'
pkgver="11.14.3" pkgver="11.14.4"
pkgrel=1 pkgrel=1
pkgdesc='The Firebase Command Line Tools' pkgdesc='The Firebase Command Line Tools'
arch=('any') arch=('any')
@ -11,7 +11,7 @@ makedepends=('npm')
_file="${pkgname}-${pkgver}.tgz" _file="${pkgname}-${pkgver}.tgz"
source=("https://registry.npmjs.org/${pkgname}/-/${_file}") source=("https://registry.npmjs.org/${pkgname}/-/${_file}")
noextract=("${_file}") noextract=("${_file}")
sha256sums=('69c2818e70da6f9ebdd7bf10dd08fce3dc90c4381a8ee9132bfad2e3a337b687') sha256sums=('3fd55d24f3ee6d9b7139bc54937d8f4db7259a57d85639998e3e8fb26dcca4e2')
package() { package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}" npm install -g --prefix "${pkgdir}/usr" "${_file}"