summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4381f2da6a34..8fe5513ce831 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# PKGBUILD structure copied from grunt-cli package
pkgname=firebase-tools
-pkgver=6.4.0
+pkgver=6.7.0
pkgrel=0
pkgdesc="The Firebase Command Line Tools"
arch=('any')
@@ -17,7 +17,7 @@ replaces=('nodejs-firebase-tools')
install=${pkgname}.install
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
noextract=(${pkgname}-${pkgver}.tgz)
-sha256sums=('6f9a57260cbc58a03e6925bb9fce997edbc3868c30539948fe04fa92bb7a6166')
+sha256sums=('a290243a9da1fabd883640e0da45f9b0a1d381c826e8b7d67c18c1e5ff997894')
package() {
npm install -g --user root --prefix "${pkgdir}/usr" "${srcdir}/${pkgname}-${pkgver}.tgz"