upgpkg(firebase-tools): 12.4.5

This commit is contained in:
MedzikUserBot 2023-07-19 22:14:37 +00:00
parent b34c849d42
commit 805eb835a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: MedzikUser <nivua1fn@duck.com>
pkgname='firebase-tools'
pkgver="12.4.4"
pkgver="12.4.5"
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=('c973b93232372a7d560e467bdb7efcb57cadc4fe2c6684adacce8b87084db89d')
sha256sums=('8ea7ad365d268cf3127c4b1a143333d917674a8a6e4203774c630792e7412850')
package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}"