Skip to content

Commit

Permalink
Update menubar-countdown from 1.2 to 2.1 (Homebrew#90695)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin authored Oct 12, 2020
1 parent e0a7c2b commit 3222648
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Casks/menubar-countdown.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
cask "menubar-countdown" do
version "1.2"
sha256 "4ee0a7a87dbd4013c461b59316c749a5f9a92160bdf6d90afb1ff029f9381c01"
version "2.1"
sha256 "9b72a2c3544c7e3e9c9cb60feb9be2ff7905184c9e988f921bea5269a60fb805"

# capablehands.s3.amazonaws.com/ was verified as official when first introduced to the cask
url "https://capablehands.s3.amazonaws.com/downloads/MenubarCountdown-#{version}.zip"
url "https://github.com/kristopherjohnson/MenubarCountdown/releases/download/#{version}/Menubar_Countdown_#{version}.zip"
appcast "https://github.com/kristopherjohnson/MenubarCountdown/releases.atom"
name "Menubar Countdown"
desc "Countdown timer for the menu bar"
homepage "https://github.com/kristopherjohnson/MenubarCountdown"

app "MenubarCountdown-#{version}/Menubar Countdown.app"
depends_on macos: ">= :mojave"

app "Menubar Countdown.app"
end

0 comments on commit 3222648

Please sign in to comment.