excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / apk-icon-editor.rb
blob76e6d10e1c3881b81292547c93b81ef3f5e11b72
1 cask "apk-icon-editor" do
2   version "2.2.0"
3   sha256 "11d08b197f303f638e3663f0f14e0a5fb3587e64b07d4691c63d5d18e90460a0"
5   url "https://github.com/kefir500/apk-icon-editor/releases/download/v#{version}/apk-icon-editor_#{version}.dmg",
6       verified: "github.com/kefir500/apk-icon-editor/"
7   name "APK Icon Editor"
8   desc "Editor for changing APK icons, name, version and other data"
9   homepage "https://kefir500.github.io/apk-icon-editor/"
11   disable! date: "2024-10-14", because: "is 32-bit only"
13   app "APK Icon Editor.app"
15   caveats do
16     requires_rosetta
17   end
18 end