diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fortune.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/fortune.rb b/Library/Formula/fortune.rb index cd42ff2f8..f2bf633ca 100644 --- a/Library/Formula/fortune.rb +++ b/Library/Formula/fortune.rb @@ -3,6 +3,12 @@ class Fortune < Formula url "http://ftp.ibiblio.org/pub/linux/games/amusements/fortune/fortune-mod-9708.tar.gz" sha256 "1a98a6fd42ef23c8aec9e4a368afb40b6b0ddfb67b5b383ad82a7b78d8e0602a" + bottle do + sha256 "bfae1a94a0de8d9d53f28b5cfdea3b04190420dde0b83c862d6ef536c03d59ef" => :yosemite + sha256 "90e758b8875a309116e89f475d7c88da5e7e1417601705eb45abf20a5be11a8a" => :mavericks + sha256 "25958474483a88a12bf8585f21864d190179547271527af8c292bd7ecf6d5677" => :mountain_lion + end + option "without-offensive", "Don't install potentially offensive fortune files" deprecated_option "no-offensive" => "without-offensive" |
