mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
11 lines
303 B
Ruby
11 lines
303 B
Ruby
cask :v1 => 'abyss' do
|
|
version 'x1'
|
|
sha256 '63b0b8d6420a0f65899ea1fa7827f04c8c8b3fa444a9f6361054d6605cf13fed'
|
|
|
|
url 'http://www.aprelium.com/data/abwsx1.dmg'
|
|
name 'Abyss Web Server'
|
|
homepage 'http://www.aprelium.com/abyssws'
|
|
license :gratis
|
|
|
|
app 'Abyss Web Server/Abyss Web Server.app'
|
|
end
|