upgpkg(firebase-tools): 11.16.0

This commit is contained in:
MedzikUserBot 2022-11-01 23:23:20 +00:00
parent afd3bc50d1
commit ef76586e54
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.15.0"
pkgver="11.16.0"
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=('3b9d1619849be4e585d1759a21f9192353499df64cb1d827946328a21e377789')
sha256sums=('3e2b6babb76d8cce1d0785cc8633443bdb8bfa10b91220893cac5c0b5b291fe0')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"