Skip to content

Commit

Permalink
Merge pull request #196120 from junian/patch-2
Browse files Browse the repository at this point in the history
boxy-suite 3.0.0
  • Loading branch information
bevanjkay authored Dec 22, 2024
2 parents c753926 + 9ad3bb4 commit a2bbded
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions Casks/b/boxy-suite.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
cask "boxy-suite" do
version "2.1.4"
version "3.0.0"
sha256 :no_check

url "https://boxyteam-static.s3.amazonaws.com/release/Boxy%20Suite.dmg",
verified: "boxyteam-static.s3.amazonaws.com/release/"
url "https://boxysuite.s3.amazonaws.com/release/Boxy%20Suite.dmg",
verified: "boxysuite.s3.amazonaws.com/release/"
name "Boxy Suite"
desc "Gmail, Calendar, Keep and Contacts apps"
homepage "https://www.boxysuite.com/"

livecheck do
url "https://www.boxysuite.com/updates/"
regex(/Version\s+(\d+(?:\.\d+)+)/i)
url "https://boxysuite.s3.amazonaws.com/appcast/gmail.xml"
strategy :sparkle, &:short_version
end

auto_updates true
depends_on macos: ">= :high_sierra"

app "Boxy for Gmail.app"
Expand All @@ -21,8 +22,4 @@
app "Boxy for Contacts.app"

zap trash: "~/Library/Caches/co.boxyapp.gmail*"

caveats do
requires_rosetta
end
end

0 comments on commit a2bbded

Please sign in to comment.