Skip to content

Commit

Permalink
Merge pull request Homebrew#175585 from DevToys-app/devtoys-2.0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krehel committed Jun 10, 2024
2 parents 50d1422 + f5f4f10 commit 88afdd4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
19 changes: 14 additions & 5 deletions Casks/d/devtoys.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,24 @@
cask "devtoys" do
version "0.0.11"
sha256 "84f6b354546b1731204deb48daed53caacab277b524bcdd8d5e47d53fc47b413"
arch arm: "arm64", intel: "x64"

url "https://github.com/ObuchiYuki/DevToysMac/releases/download/#{version}/DevToys.app.zip"
version "2.0.1.0"
sha256 arm: "15b81d500ec20f608abf837acdc52c1fd6d22163de789c72683e5fc166808ec5",
intel: "f397473471b1b9cae40ae005912c096bd4cda8572325bd0d515a07fbf6a6b1a6"

url "https://github.com/DevToys-app/DevToys/releases/download/v#{version}/devtoys_osx_#{arch}.zip"
name "DevToys"
desc "Utilities designed to make common development tasks easier"
homepage "https://github.com/ObuchiYuki/DevToysMac"
homepage "https://github.com/DevToys-app/DevToys"

depends_on macos: ">= :catalina"

app "DevToys.app"

zap trash: "~/Library/Preferences/com.yuki.DevToys.plist"
zap trash: [
"~/Library/Caches/com.devtoys.preview",
"~/Library/com.devtoys.preview",
"~/Library/Preferences/com.devtoys.plist",
"~/Library/Preferences/com.yuki.DevToys.plist",
"~/Library/WebKit/come.devtoys.app",
]
end
1 change: 1 addition & 0 deletions audit_exceptions/github_prerelease_allowlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"comma-chameleon": "all",
"crypter": "all",
"defold@alpha": "all",
"devtoys": "all",
"drop-to-gif": "all",
"duplicati": "all",
"extraterm": "all",
Expand Down

0 comments on commit 88afdd4

Please sign in to comment.