upgpkg(firebase-tools): 12.4.1

This commit is contained in:
MedzikUserBot 2023-06-27 23:17:20 +00:00
parent 37173a6ce2
commit 40d8b1cfb1
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="12.4.0" pkgver="12.4.1"
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=('3a1d2b12e0c86e5d5bb24ace12a9b95501ccb650889060ae6655dddcef5891da') sha256sums=('4cae8b5b5843cf61ae80f5b4afb95d907a693ae8bbab44c73b89b95576ed623f')
package() { package() {
npm install -g --prefix "${pkgdir}/usr" "${_file}" npm install -g --prefix "${pkgdir}/usr" "${_file}"