Skip to content

Commit

Permalink
Update bartender (Homebrew#92106)
Browse files Browse the repository at this point in the history
* Update bartender

* Update bartender.rb

* Update bartender.rb

Co-authored-by: Miccal Matthews <[email protected]>
  • Loading branch information
tiiiecherle and miccal authored Nov 6, 2020
1 parent 1883e28 commit cf8adff
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions Casks/bartender.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@
if MacOS.version <= :el_capitan
version "2.1.6"
sha256 "013bb1f5dcc29ff1ecbc341da96b6e399dc3c85fc95bd8c7bee153ab0d8756f5"
else
url "https://macbartender.com/B2/updates/#{version.dots_to_hyphens}/Bartender%20#{version.major}.zip",
referer: "https://www.macbartender.com"
appcast "https://www.macbartender.com/B2/updates/Appcast.xml"
elsif MacOS.version <= :catalina
version "3.1.25"
sha256 "bd31aa2aab3262ed08f5c421d504b82893b5dfc546f37fc98eae23bc47494c8a"
url "https://macbartender.com/B2/updates/#{version.dots_to_hyphens}/Bartender%20#{version.major}.zip",
referer: "https://www.macbartender.com"
appcast "https://www.macbartender.com/B2/updates/AppcastB#{version.major}.xml"
else
version "4.0.18"
sha256 "b696a150bd111a121fb344932399ade4baabfcd3f3251c1a50e62875f7b276a4"
url "https://macbartender.com/B2/updates/B4Latest/Bartender%20#{version.major}.zip",
referer: "https://www.macbartender.com"
appcast "https://www.macbartender.com/B2/updates/AppcastB#{version.major}.xml"
end

url "https://macbartender.com/B2/updates/#{version.dots_to_hyphens}/Bartender%20#{version.major}.zip",
referer: "https://www.macbartender.com"
appcast "https://www.macbartender.com/B2/updates/Appcast.xml",
must_contain: version.dots_to_hyphens
name "Bartender"
desc "Menu bar icon organizer"
homepage "https://www.macbartender.com/"
Expand Down

0 comments on commit cf8adff

Please sign in to comment.