diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mutt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb index eaec456e3..f01c0da5d 100644 --- a/Library/Formula/mutt.rb +++ b/Library/Formula/mutt.rb @@ -22,10 +22,10 @@ class Mutt < Formula def patches urls = [ ['--sidebar-patch', 'http://lunar-linux.org/~tchan/mutt/patch-1.5.21.sidebar.20120829.txt'], - ['--trash-patch', 'http://patch-tracker.debian.org/patch/series/dl/mutt/1.5.21-6.1/features/trash-folder'], + ['--trash-patch', 'http://patch-tracker.debian.org/patch/series/dl/mutt/1.5.21-6.2/features/trash-folder'], ['--ignore-thread-patch', 'http://ben.at.tanjero.com/patches/ignore-thread-1.5.21.patch'], ['--pgp-verbose-mime-patch', - 'http://patch-tracker.debian.org/patch/series/dl/mutt/1.5.21-6.1/features-old/patch-1.5.4.vk.pgp_verbose_mime'], + 'http://patch-tracker.debian.org/patch/series/dl/mutt/1.5.21-6.2/features-old/patch-1.5.4.vk.pgp_verbose_mime'], ] p = [] |
