Files
homebrew-cask/Casks/a/alchemy.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

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