Skip to content

Commit ed94ac2

Browse files
authored
Merge pull request #232145 from Homebrew/bump-imap-backup-16.1.0
imap-backup 16.1.0
2 parents c91c1b2 + da05a5a commit ed94ac2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/i/imap-backup.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class ImapBackup < Formula
22
desc "Backup GMail (or other IMAP) accounts to disk"
33
homepage "https://github.com/joeyates/imap-backup"
4-
url "https://github.com/joeyates/imap-backup/archive/refs/tags/v16.0.0.tar.gz"
5-
sha256 "925aa2479b3f08f3a150c2f7015aa0cd4c83eeab4395e4cc6c14ff4d464e0e37"
4+
url "https://github.com/joeyates/imap-backup/archive/refs/tags/v16.1.0.tar.gz"
5+
sha256 "70a8072d3e5e873386dc80a0f446f48981ec62f5c40b950bd5301dfeb8ba623c"
66
license "MIT"
77

88
livecheck do
@@ -11,7 +11,7 @@ class ImapBackup < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "f115714f1cece5ef09600bac4c6917f4a393369e3300d434bcbccda0699ddf86"
14+
sha256 cellar: :any_skip_relocation, all: "93f495fcc97ccde2dfbd18c10459487c5306082ec023c6f09235fb927ecb1b38"
1515
end
1616

1717
# Requires Ruby >= 2.7

0 commit comments

Comments
 (0)