Files
homebrew-cask/Casks/s/stringz.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

18 lines
515 B
Ruby

cask "stringz" do
version "0.7.5"
sha256 "12b4172a1c98802fdadcd22777d6d9574906acdd09184019664fd3aef3edd722"
url "https://github.com/mohakapt/Stringz/releases/download/v#{version}/Stringz-#{version}.dmg"
name "Stringz"
desc "Editor for localizable files"
homepage "https://github.com/mohakapt/Stringz"
app "Stringz.app"
zap trash: [
"~/Library/Application Support/dev.stringz.stringz",
"~/Library/Caches/dev.stringz.stringz",
"~/Library/Preferences/dev.stringz.stringz.plist",
]
end