Skip to content

Commit

Permalink
mu 0.9.15
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#45631.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
dunn committed Nov 3, 2015
1 parent afcb190 commit 26550a8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Formula/mu.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
class Mu < Formula
desc "Tool for searching e-mail messages stored in the maildir-format"
homepage "http://www.djcbsoftware.nl/code/mu/"
url "https://github.com/djcb/mu/archive/v0.9.13.tar.gz"
sha256 "a1c88efd3bfeda96e06d7f77a87562c472e6d787f3cca984ddf275a4ea1d4372"

url "https://github.com/djcb/mu/archive/0.9.15.tar.gz"
sha256 "60c63fdf1b726696cb0028b86eaee2aa72e171493b2d5626ea173b912ff25d4c"
head "https://github.com/djcb/mu.git"

bottle do
Expand All @@ -12,8 +11,6 @@ class Mu < Formula
sha256 "317f76b6a49b560b999caf7a3e31b72bced89c0b756a173a5d6abcd10735bcc7" => :mavericks
end

option "with-emacs", "Build with Emacs support (requires Emacs 23 or higher)"

depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
Expand Down

0 comments on commit 26550a8

Please sign in to comment.