mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
22 lines
759 B
JSON
22 lines
759 B
JSON
{
|
|
"version": "11.30.0",
|
|
"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/v11.30.0/firebase-tools-win.exe#/firebase.exe",
|
|
"hash": "22128bae7dd2da70cea6b61ee7d8f99e64b7cacc755a159487833c5ba9857eea"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|