diff options
| author | BrewTestBot | 2015-03-12 19:16:56 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-12 19:42:48 +0000 |
| commit | a87b25740e970e3375d57e742c7ec795527be6fc (patch) | |
| tree | 7c57cc01d3aa3e4a17bf805c964acab6684bb354 | |
| parent | fde74df68562e51f504eba05e0c2d3b2f76cf5dd (diff) | |
| download | homebrew-a87b25740e970e3375d57e742c7ec795527be6fc.tar.bz2 | |
fortune: add 9708 bottle.
| -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" |
