Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mackup: deprecate #181714

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Formula/m/mackup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ class Mackup < Formula
license "GPL-3.0-or-later"
head "https://github.com/lra/mackup.git", branch: "master"

# see discussions in https://github.com/lra/mackup/issues/2035,
# https://github.com/lra/mackup/issues/1924,
# and https://github.com/lra/mackup/discussions/1969#discussioncomment-8485995
bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dac4b2e6a5dbb4b99eeb476ca7a80d7b313dab3f733474ab24c6ad02bee7637e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "dac4b2e6a5dbb4b99eeb476ca7a80d7b313dab3f733474ab24c6ad02bee7637e"
Expand All @@ -18,6 +21,9 @@ class Mackup < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "edcad6afdb1201c9d64101252384cb1d5b61b5430cf5deabd184510d84f6b6da"
end

deprecate! date: "2024-08-19",
because: "Potential data loss on MacOS 14 (Sonoma) when using backup or restore command"

depends_on "[email protected]"

resource "docopt" do
Expand Down
Loading