Merge pull request #168549 from Homebrew/bump-electron-29.1.1

electron 29.1.1
This commit is contained in:
BrewTestBot 2024-03-07 19:36:48 -08:00 committed by GitHub
commit a002144808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
cask "electron" do
arch arm: "arm64", intel: "x64"
version "29.1.0"
sha256 arm: "9a04b5aba3c4b9817259a0df1a622dcf792d0dbed9dbfe3f2614b992857140c3",
intel: "2e8481d4a2c286e01b33623f0d2e9497d505f097393774cbb0b009c7a6d718b7"
version "29.1.1"
sha256 arm: "584aea22fc600ab6b8c12c939045b6b1aec35ecc1187c3c85678da0af9890f9b",
intel: "450e4e4b3e11b31e07225158249fdd96657e157772a1538c8d97cd786e10a58b"
url "https://github.com/electron/electron/releases/download/v#{version}/electron-v#{version}-darwin-#{arch}.zip",
verified: "github.com/electron/electron/"