Skip to content

Commit

Permalink
simple-web-server: 3.1.1_1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed Jan 6, 2025
1 parent 2908842 commit a653ef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/simple-web-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class SimpleWebServer < Formula
url "https://gitlab.com/eidheim/Simple-Web-Server/-/archive/v3.1.1/Simple-Web-Server-v3.1.1.tar.gz"
sha256 "f8f656d941647199e0a2db3cb07788b0e8c30d0f019d28e6ee9281bc48db132d"
license "MIT"
revision 1
head "https://gitlab.com/eidheim/Simple-Web-Server.git"

bottle do
Expand All @@ -12,7 +13,7 @@ class SimpleWebServer < Formula
end

depends_on "cmake" => :build
depends_on "boost"
depends_on "boost@1.85"
depends_on "openssl"

def install
Expand Down

0 comments on commit a653ef7

Please sign in to comment.