From 1b97a637c8d4c4906d885a08671493a59922e2bf Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Tue, 26 Sep 2023 10:27:35 -0400 Subject: [PATCH] time-to-leave 3.0.0 * Update version to 3.0.0 * Update url for latest release --- Casks/t/time-to-leave.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/t/time-to-leave.rb b/Casks/t/time-to-leave.rb index 953660a306..3511bd6926 100644 --- a/Casks/t/time-to-leave.rb +++ b/Casks/t/time-to-leave.rb @@ -1,8 +1,8 @@ cask "time-to-leave" do - version "2.0.1" - sha256 "645026480b04cec15dce96b0dbd361565f6647fcb9ab79df457ea5f1fa75f02f" + version "3.0.0" + sha256 "25fef73ac373e37ba8c0363e25e7e0996afb048466698777e9f0a0e5bb8876a0" - url "https://github.com/thamara/time-to-leave/releases/download/v#{version}/time-to-leave.dmg" + url "https://github.com/thamara/time-to-leave/releases/download/#{version}/time-to-leave-#{version}.dmg" name "Time To Leave" desc "Log work hours and get notified when it's time to leave the office" homepage "https://github.com/thamara/time-to-leave"