upgpkg(firebase-tools): 11.4.1

This commit is contained in:
MedzikUserBot 2022-08-01 17:26:21 +00:00
parent 378e9c7cb0
commit 45aeb1398f
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.4.0"
pkgver="11.4.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=('ed65d771780e4f69277485a7be8958c2673014000e6af9405d7cedc82d90b6ab')
sha256sums=('ffa2a72e494c00b1e74559b72dc416280e1f80dcdd7b0701584640127b097d91')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"