mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
19 lines
425 B
Ruby
19 lines
425 B
Ruby
cask "ajour" do
|
|
version "1.3.2"
|
|
sha256 "41c4154a5d60219172ac6313780a8ac037aa1542133b672076350b345a2c2bd2"
|
|
|
|
url "https://github.com/casperstorm/ajour/releases/download/#{version}/ajour.dmg"
|
|
name "Ajour"
|
|
desc "World of Warcraft addon manager"
|
|
homepage "https://github.com/casperstorm/ajour"
|
|
|
|
livecheck do
|
|
url :url
|
|
regex(/^v?(\d+(?:\.\d+)+)$/i)
|
|
end
|
|
|
|
app "Ajour.app"
|
|
|
|
zap trash: "~/.config/ajour"
|
|
end
|