clarify conditional comment in deeper

This commit is contained in:
Roland Walker 2015-01-05 10:40:34 -05:00
parent 9871dd5c4a
commit 179bb79fbf
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ cask :v1 => 'deeper' do
elsif MacOS.release == :yosemite
url 'http://www.titanium.free.fr/download/1010/Deeper.dmg'
else
# Unusual case: there is no fall-through. Each version of the software is
# specific to an OS X release, so define nothing when the release is unknown.
# Unusual case: there is no fall-through. The software will stop
# working, or is dangerous to run, on the next OS X release.
end
homepage 'http://www.titanium.free.fr/downloaddeeper.php'