mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
21 lines
558 B
Ruby
21 lines
558 B
Ruby
cask "babeledit" do
|
|
version "5.0.1"
|
|
sha256 "7a4753449ec93c94fff3124da5a0679cd76a625186c0fb97e0f7648e3ef7d728"
|
|
|
|
url "https://www.codeandweb.com/download/babeledit/#{version}/BabelEdit-#{version}.dmg"
|
|
name "BabelEdit"
|
|
desc "Translation editor"
|
|
homepage "https://www.codeandweb.com/babeledit"
|
|
|
|
livecheck do
|
|
url "https://www.codeandweb.com/babeledit/download"
|
|
regex(%r{babeledit/download/v?(\d+(?:\.\d+)+)/mac-64}i)
|
|
end
|
|
|
|
auto_updates true
|
|
|
|
app "BabelEdit.app"
|
|
|
|
zap trash: "~/Library/Preferences/de.code-and-web.BabelEdit.plist"
|
|
end
|