summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsudoforge2022-04-04 15:20:44 -0600
committerCopybara Bot2022-04-29 00:03:55 -0600
commit8faf0ccd77a95a446faedf8b47eac9b6304aef76 (patch)
treece018f419b4886f77d435397b0518e05331e5b38
parent34e4891fa654f53ca39eadea42074af87a5547bc (diff)
downloadaur-8faf0ccd77a95a446faedf8b47eac9b6304aef76.tar.gz
feat: new upstream release: 10.6.0
Release-Notes: https://github.com/firebase/firebase-tools/releases/tag/v10.6.0 Change-Id: I11668e78ee0c0efd51f3115f976847c47b281974 GitOrigin-RevId: 564ed1814e148866516f20a6a19586655a9a1a60
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d57831c4bd03..a06b1fd5c4ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = firebase-tools
pkgdesc = The Firebase Command Line Tools
- pkgver = 10.5.0
+ pkgver = 10.6.0
pkgrel = 1
url = https://github.com/firebase/firebase-tools
arch = any
@@ -8,8 +8,8 @@ pkgbase = firebase-tools
makedepends = npm
makedepends = jq
depends = nodejs
- noextract = firebase-tools-10.5.0.tgz
- source = https://registry.npmjs.org/firebase-tools/-/firebase-tools-10.5.0.tgz
- sha256sums = 50b9d6d5a820ec30bda68de3bc459b0e5ac560119b0435834ac57356ca416adb
+ noextract = firebase-tools-10.6.0.tgz
+ source = https://registry.npmjs.org/firebase-tools/-/firebase-tools-10.6.0.tgz
+ sha256sums = 0698964ba92789861b79211b9fca6e8269b0d114c356a302e277775678a30fa2
pkgname = firebase-tools
diff --git a/PKGBUILD b/PKGBUILD
index ac67231c482d..053208b385d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# https://github.com/sudoforge/pkgbuilds
pkgname=firebase-tools
-pkgver=10.5.0
+pkgver=10.6.0
pkgrel=1
pkgdesc="The Firebase Command Line Tools"
arch=('any')
@@ -19,7 +19,7 @@ makedepends=(
)
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
noextract=("${pkgname}-${pkgver}.tgz")
-sha256sums=('50b9d6d5a820ec30bda68de3bc459b0e5ac560119b0435834ac57356ca416adb')
+sha256sums=('0698964ba92789861b79211b9fca6e8269b0d114c356a302e277775678a30fa2')
package() {
# We throw away output here to keep the build quieter; if issues are