Skip to content

Commit

Permalink
imapfilter 2.5.5
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#21244.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
brettkoonce authored and jacknagel committed Jul 16, 2013
1 parent 9c25d01 commit cf6b04b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/imapfilter.rb
Expand Up @@ -2,11 +2,12 @@

class Imapfilter < Formula
homepage 'https://github.com/lefcha/imapfilter/'
url 'https://github.com/lefcha/imapfilter/archive/v2.5.4.tar.gz'
sha1 '79b5985d8ccdefb72ea2d3a71192590221a44684'
url 'https://github.com/lefcha/imapfilter/archive/v2.5.5.tar.gz'
sha1 '94853df9b0e779b8695a4b4a21d1d0d783ad4324'

depends_on 'lua'
depends_on 'pcre'
depends_on 'openssl'

def install
inreplace 'src/Makefile' do |s|
Expand Down

0 comments on commit cf6b04b

Please sign in to comment.