Skip to content
Open
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
5 changes: 3 additions & 2 deletions Formula/a/anubis.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Anubis < Formula
desc "Protect resources from scraper bots"
homepage "https://anubis.techaro.lol"
url "https://github.com/TecharoHQ/anubis/archive/refs/tags/v1.22.0.tar.gz"
sha256 "81b45cf8d210927c6bdf81b4d925734b623e0c0c3f04f48c2034a85eea3bcd32"
url "https://github.com/TecharoHQ/anubis/archive/refs/tags/v1.23.0.tar.gz"
sha256 "a7b8fed675deb2585a7751caefea457005d846a05ef6f5fc0f2419693c00d678"
license "MIT"
head "https://github.com/TecharoHQ/anubis.git", branch: "main"

Expand All @@ -22,6 +22,7 @@
sha256 cellar: :any_skip_relocation, x86_64_linux: "ef17f1e143a3f82ca4a9291e51b6490a1dc0564ad5972f9284261fc48c2be72d"
end

depends_on "bash" => :build # error: shopt: globstar: invalid shell option name on macos
depends_on "brotli" => :build
depends_on "go" => :build
depends_on "node" => :build
Expand All @@ -34,7 +35,7 @@
system "go", "build", *std_go_args(ldflags:), "./cmd/anubis"
end

test do

Check failure on line 38 in Formula/a/anubis.rb

View workflow job for this annotation

GitHub Actions / Linux arm64

`brew test --verbose anubis` failed on Linux arm64!

/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/test.rb:59:in '<main>'
webify_port = free_port
anubis_port = free_port

Expand Down
Loading