Skip to content

Commit

Permalink
cpp-jwt(formula): 1.4_1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed May 9, 2024
1 parent 026ea73 commit 0ee5c5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/cpp-jwt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class CppJwt < Formula
url "https://github.com/arun11299/cpp-jwt/archive/refs/tags/v1.4.tar.gz"
sha256 "1cb8039ee15bf9bf735c26082d7ff50c23d2886d65015dd6b0668c65e17dd20f"
license "MIT"
revision 1
head "https://github.com/arun11299/cpp-jwt.git"

livecheck do
Expand All @@ -20,7 +21,7 @@ class CppJwt < Formula
option "with-nlohmann-json", "Use nlohmann-json library instead of the vendored one"

depends_on "cmake" => :build
depends_on "openssl@1.1"
depends_on "openssl"
depends_on "nlohmann-json" => :optional

def install
Expand Down

0 comments on commit 0ee5c5f

Please sign in to comment.