upgpkg(firebase-tools): 11.8.1

This commit is contained in:
MedzikUserBot 2022-09-08 20:23:35 +00:00
parent fc65079dce
commit 2cba77c634
1 changed files with 2 additions and 2 deletions

View File

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