Skip to content

Commit

Permalink
dog: add future deprecation date and note on openssl@3
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Jan 5, 2023
1 parent 04f0013 commit 82d02a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Formula/dog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,16 @@ class Dog < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "55daa95c827fd102b2599978ebbc0fb60d497395388531533891c8d2a28ff3b4"
end

# Match deprecation date of `openssl@1.1`
deprecate! date: "2023-09-11", because: :unmaintained

depends_on "just" => :build
depends_on "pandoc" => :build
depends_on "rust" => :build

on_linux do
depends_on "pkg-config" => :build
depends_on "openssl@1.1"
depends_on "openssl@1.1" # OpenSSL 3 issue: https://github.com/ogham/dog/issues/98
end

def install
Expand Down

0 comments on commit 82d02a7

Please sign in to comment.