mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
22 lines
759 B
JSON
22 lines
759 B
JSON
{
|
|
"version": "13.23.1",
|
|
"description": "Test, manage, and deploy Firebase project from the command line",
|
|
"homepage": "https://github.com/firebase/firebase-tools",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/firebase/firebase-tools/releases/download/v13.23.1/firebase-tools-win.exe#/firebase.exe",
|
|
"hash": "f223c8f9b0958f4700be972dab1d4c939c0d0364b31d22696f52e81aa16bbc89"
|
|
}
|
|
},
|
|
"bin": "firebase.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/firebase/firebase-tools/releases/download/v$version/firebase-tools-win.exe#/firebase.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|