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.
17 lines
401 B
Ruby
17 lines
401 B
Ruby
cask "alchemy" do
|
|
version "008"
|
|
sha256 "7527f4e2231db8167c57d2639fcba166d8fefea091cca7884bd355fb52a3449a"
|
|
|
|
url "https://al.chemy.org/files/Alchemy-#{version}.dmg"
|
|
name "Alchemy"
|
|
desc "Open drawing project"
|
|
homepage "https://al.chemy.org/"
|
|
|
|
livecheck do
|
|
url "https://al.chemy.org/download/"
|
|
regex(%r{href=.*?/Alchemy-(\d+(?:\.\d+)*)\.dmg}i)
|
|
end
|
|
|
|
app "Alchemy/Alchemy.app"
|
|
end
|