homebrew-cask/Casks/aleph-one.rb

18 lines
565 B
Ruby
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

cask "aleph-one" do
version "20230119"
sha256 "c261cbae3c7538ab6b85ecd6e64373b82a8059f568ea5de1f8517ec0c0714532"
url "https://github.com/Aleph-One-Marathon/alephone/releases/download/release-#{version}/AlephOne-#{version}-Mac.dmg",
verified: "github.com/Aleph-One-Marathon/alephone/"
name "Aleph One"
desc "Open-source continuation of Bungies Marathon 2 game engine"
homepage "https://alephone.lhowon.org/"
livecheck do
url :homepage
regex(%r{href=.*?/AlephOne[._-]v?(\d+(?:\.\d+)*)[._-]Mac\.dmg}i)
end
app "Aleph One.app"
end