mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
238 B
Ruby
10 lines
238 B
Ruby
class Ampps < Cask
|
|
version '2.3'
|
|
sha256 'ce7a1a7e71f0314edbc994e10fe4f6a80303c1999904ca1fb14d98c7477ae8e0'
|
|
|
|
url "http://files.ampps.com/AMPPS-#{version}.dmg"
|
|
homepage 'http://www.ampps.com'
|
|
license :unknown
|
|
|
|
suite 'AMPPS'
|
|
end
|