mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
9 lines
273 B
Ruby
9 lines
273 B
Ruby
class Chainsaw < Cask
|
|
version '2.1.0'
|
|
sha256 '3449c1d0fca70f78b656a151dabaf5c8149e1dbec2854b7a662b7f242ce299d2'
|
|
|
|
url "http://people.apache.org/~sdeboy/apache-chainsaw-#{version}-SNAPSHOT.dmg"
|
|
homepage 'http://logging.apache.org/chainsaw/'
|
|
|
|
app 'Chainsaw.app'
|
|
end
|