Skip to content

Commit

Permalink
inspircd 3.17.1
Browse files Browse the repository at this point in the history
autobump: add inspircd

Signed-off-by: Rui Chen <[email protected]>

inspircd: declare indirect deps with linkage

Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 committed Jun 28, 2024
1 parent 21ebf6c commit bc1984b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,7 @@ inform6
inframap
iniparser
inlyne
inspircd
instaloader
internetarchive
inxi
Expand Down
11 changes: 8 additions & 3 deletions Formula/i/inspircd.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
class Inspircd < Formula
desc "Modular C++ Internet Relay Chat daemon"
homepage "https://www.inspircd.org/"
url "https://github.com/inspircd/inspircd/archive/refs/tags/v3.17.0.tar.gz"
sha256 "181de90130e11a26ec107fcb6b74005cbce3051b89b500347e416054e29c3166"
url "https://github.com/inspircd/inspircd/archive/refs/tags/v3.17.1.tar.gz"
sha256 "921fa8726676f74a9ea8670b41601c975955ad9c131e9b6eb129fa6034433cdb"
license "GPL-2.0-only"
revision 1

livecheck do
url :stable
Expand All @@ -29,6 +28,12 @@ class Inspircd < Formula

uses_from_macos "openldap"

on_macos do
depends_on "openssl@3"
depends_on "zlib"
depends_on "zstd"
end

skip_clean "data"
skip_clean "logs"

Expand Down

0 comments on commit bc1984b

Please sign in to comment.