Skip to content

Commit

Permalink
Merge pull request #173641 from Homebrew/bump-imap-backup-15.0.1
Browse files Browse the repository at this point in the history
imap-backup 15.0.1
  • Loading branch information
BrewTestBot authored Jun 4, 2024
2 parents d8c57fd + d7fb6f1 commit 3c97eab
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Formula/i/imap-backup.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class ImapBackup < Formula
desc "Backup GMail (or other IMAP) accounts to disk"
homepage "https://github.com/joeyates/imap-backup"
url "https://github.com/joeyates/imap-backup/archive/refs/tags/v14.6.1.tar.gz"
sha256 "6e9b7f2ef081d7792864b04edd724386a9605a7fb9aa18194895af55e1be0970"
url "https://github.com/joeyates/imap-backup/archive/refs/tags/v15.0.1.tar.gz"
sha256 "393b54e782bf470f0142f95886a6cdee211c7d7d1d556f16e5abd75b2bade208"
license "MIT"

livecheck do
Expand All @@ -11,7 +11,13 @@ class ImapBackup < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "d38f7291be5918d2fa7f42f087354a06f80bec05874300d6775437eb10730e27"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b5b068cbba63ec1eded5c02f5908cf1743f1ec53553fbb3a0ff9c8f5c2325d1c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b5b068cbba63ec1eded5c02f5908cf1743f1ec53553fbb3a0ff9c8f5c2325d1c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b5b068cbba63ec1eded5c02f5908cf1743f1ec53553fbb3a0ff9c8f5c2325d1c"
sha256 cellar: :any_skip_relocation, sonoma: "b5b068cbba63ec1eded5c02f5908cf1743f1ec53553fbb3a0ff9c8f5c2325d1c"
sha256 cellar: :any_skip_relocation, ventura: "b5b068cbba63ec1eded5c02f5908cf1743f1ec53553fbb3a0ff9c8f5c2325d1c"
sha256 cellar: :any_skip_relocation, monterey: "b5b068cbba63ec1eded5c02f5908cf1743f1ec53553fbb3a0ff9c8f5c2325d1c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d0f4dbbdca45b3e9ecfc096ece5c5e43e84acfefc427c74106a3b85db4e36397"
end

# Requires Ruby >= 2.7
Expand Down

0 comments on commit 3c97eab

Please sign in to comment.