mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 22:16:33 -06:00
This commit contains Apache Chainsaw.app version 2.1.0. Note that even though the DMG is labeled "snapshot", this is the only functioning binary available from apache.org.
7 lines
241 B
Ruby
7 lines
241 B
Ruby
class Chainsaw < Cask
|
|
url 'http://people.apache.org/~sdeboy/apache-chainsaw-2.1.0-SNAPSHOT.dmg'
|
|
homepage 'http://logging.apache.org/chainsaw/'
|
|
version '2.1.0'
|
|
sha1 '55d40886a8cbf93e2f27d162cedaa3e4a14898e8'
|
|
link 'Chainsaw.app'
|
|
end
|