From a535de0e901a1138c9f3f87f8a7d636d3bed0dc5 Mon Sep 17 00:00:00 2001 From: Ben Soyka Date: Thu, 21 Oct 2021 01:27:26 -0600 Subject: [PATCH] firebase: Add version 9.20.0 (#2764) --- bucket/firebase.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/firebase.json diff --git a/bucket/firebase.json b/bucket/firebase.json new file mode 100644 index 0000000000..7528f5d256 --- /dev/null +++ b/bucket/firebase.json @@ -0,0 +1,13 @@ +{ + "version": "9.20.0", + "description": "Firebase command line tools", + "homepage": "https://github.com/firebase/firebase-tools", + "license": "MIT", + "url": "https://github.com/firebase/firebase-tools/releases/download/v9.20.0/firebase-tools-win.exe#/firebase.exe", + "hash": "2ebbffc9415ad048c9a5cce0ad5bf3be4d2abc93d8095bca117c36723cafcabd", + "bin": "firebase.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/firebase/firebase-tools/releases/download/v$version/firebase-tools-win.exe#/firebase.exe" + } +}