mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
17 lines
378 B
Ruby
17 lines
378 B
Ruby
cask "altdeploy" do
|
|
version "1.1"
|
|
sha256 "c9f1c27e3c83022fe0fae7abe3ea825792bc799390d3fb5492f8cfb97a9d7f56"
|
|
|
|
url "https://github.com/pixelomer/AltDeploy/releases/download/v#{version}/AltDeploy.zip"
|
|
name "AltDeploy"
|
|
homepage "https://github.com/pixelomer/AltDeploy"
|
|
|
|
depends_on macos: ">= :high_sierra"
|
|
|
|
app "AltDeploy.app"
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|