diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jstalk.rb | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/Library/Formula/jstalk.rb b/Library/Formula/jstalk.rb index 2b5afa455..90efab13b 100644 --- a/Library/Formula/jstalk.rb +++ b/Library/Formula/jstalk.rb @@ -1,19 +1,11 @@ require 'formula' -class NeedsSnowLeopard < Requirement - satisfy MacOS.version >= :snow_leopard - - def message - "jstalk requires Mac OS X 10.6 or newer" - end -end - class Jstalk < Formula homepage 'http://jstalk.org/' - url 'https://github.com/ccgus/jstalk.git', :tag => "v1.0.1" - version '1.0.1' + url 'https://github.com/ccgus/jstalk/archive/v1.0.1.tar.gz' + sha1 '9257333ca347bc29cfc5e97cc199b61cfefa2168' - depends_on NeedsSnowLeopard + depends_on :macos => :snow_leopard depends_on :xcode # For working xcodebuild. def install |
