Skip to content

Commit

Permalink
Merge pull request #183437 from Homebrew/update-pretzel
Browse files Browse the repository at this point in the history
pretzel: update sha256, add depends_on
  • Loading branch information
bevanjkay committed Aug 26, 2024
2 parents 0cafe88 + 858fb07 commit 0da0214
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Casks/p/pretzel.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cask "pretzel" do
version "2.12.6"
sha256 "8d7aafc95a243cee92ce3690a53b77ee60ad0515d307b35b49f3734e0cf90dfd"
sha256 "eb43584c57a050bdecbf12ae61c28e2714b19f713ff309726eab02ff9b6e4bb5"

url "https://download.pretzel.rocks/Pretzel-#{version}-universal-mac.zip"
name "Pretzel"
Expand All @@ -12,6 +12,8 @@
strategy :electron_builder
end

depends_on macos: ">= :catalina"

app "Pretzel.app"

zap trash: [
Expand Down

0 comments on commit 0da0214

Please sign in to comment.