Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pubsub version/md5/byte size. #5205

Merged
merged 5 commits into from Nov 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/emulator/downloadableEmulators.ts
Expand Up @@ -50,9 +50,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
expectedChecksum: "a4944414518be206280b495f526f18bf",
},
pubsub: {
version: "0.1.0",
expectedSize: 36623622,
expectedChecksum: "81704b24737d4968734d3e175f4cde71",
version: "0.7.1",
expectedSize: 70597065,
expectedChecksum: "d2999be4881e31391740395fdc2aee88",
},
};

Expand Down