From 45db9661fd6e1dc5dbe55358f612f27f2e4a3386 Mon Sep 17 00:00:00 2001 From: David Yantis <404NetworkError@users.noreply.github.com> Date: Tue, 16 Mar 2021 02:35:59 -0400 Subject: [PATCH] Update hex-fiend from 2.14.0 to 2.14.1 (#101122) * Update hex-fiend from 2.14.0 to 2.14.1 * Update hex-fiend.rb Co-authored-by: Miccal Matthews --- Casks/hex-fiend.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Casks/hex-fiend.rb b/Casks/hex-fiend.rb index 32770096ba..64bf8c54ac 100644 --- a/Casks/hex-fiend.rb +++ b/Casks/hex-fiend.rb @@ -1,8 +1,8 @@ cask "hex-fiend" do - version "2.14.0" - sha256 "5ddb0f43e014fe6963f0a60776ab3fccac2da3e973be252ebddd664ca1954a7f" + version "2.14.1" + sha256 "aeb1c364376b31748761185e6069fc2eb4724ea7d6d33e954460e096aa54470b" - url "https://github.com/ridiculousfish/HexFiend/releases/download/v#{version}/Hex_Fiend_#{version.major_minor}.dmg", + url "https://github.com/ridiculousfish/HexFiend/releases/download/v#{version}/Hex_Fiend_#{version}.dmg", verified: "github.com/ridiculousfish/HexFiend/" name "Hex Fiend" desc "Hex editor focussing on speed" @@ -14,7 +14,6 @@ cask "hex-fiend" do end auto_updates true - conflicts_with cask: "homebrew/cask-versions/hex-fiend-beta" app "Hex Fiend.app" binary "#{appdir}/Hex Fiend.app/Contents/Resources/hexf"