Skip to content

Commit 9a4ecc4

Browse files
committed
mutt 2.2.15
Signed-off-by: botantony <[email protected]>
1 parent ad2eada commit 9a4ecc4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Formula/m/mutt.rb

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@
1010
class Mutt < Formula
1111
desc "Mongrel of mail user agents (part elm, pine, mush, mh, etc.)"
1212
homepage "http://www.mutt.org/"
13-
url "https://bitbucket.org/mutt/mutt/downloads/mutt-2.2.14.tar.gz"
14-
sha256 "d162fb6d491e3af43d6f62f949b7e687bb0c7c2584da52c99a99354a25de14ef"
13+
url "https://gitlab.com/muttmua/mutt/-/archive/mutt-2-2-15-rel/mutt-mutt-2-2-15-rel.tar.gz"
14+
version "2.2.15"
15+
sha256 "3c931dd65993d2e63a3dcd6bbf1fd88c033ae0f6e377c5d4f88b14fe9170817d"
1516
license "GPL-2.0-or-later"
16-
revision 1
1717

1818
# Livecheck uses GitLab tags to determine current version.
1919
# They all have `-rel` suffix which needs to be omitted.
20-
#
21-
# BitBucket strategy doesn't work for some reason.
2220
livecheck do
2321
url "https://gitlab.com/muttmua/mutt.git"
2422
regex(/^mutt[._-]v?(\d+(?:-\d+)+)-rel$/i)

0 commit comments

Comments
 (0)