File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11class Anubis < Formula
22 desc "Protect resources from scraper bots"
33 homepage "https://anubis.techaro.lol"
4- url "https://github.com/TecharoHQ/anubis/archive/refs/tags/v1.22 .0.tar.gz"
5- sha256 "81b45cf8d210927c6bdf81b4d925734b623e0c0c3f04f48c2034a85eea3bcd32 "
4+ url "https://github.com/TecharoHQ/anubis/archive/refs/tags/v1.23 .0.tar.gz"
5+ sha256 "a7b8fed675deb2585a7751caefea457005d846a05ef6f5fc0f2419693c00d678 "
66 license "MIT"
77 head "https://github.com/TecharoHQ/anubis.git" , branch : "main"
88
@@ -22,6 +22,7 @@ class Anubis < Formula
2222 sha256 cellar : :any_skip_relocation , x86_64_linux : "ef17f1e143a3f82ca4a9291e51b6490a1dc0564ad5972f9284261fc48c2be72d"
2323 end
2424
25+ depends_on "bash" => :build # error: shopt: globstar: invalid shell option name on macos
2526 depends_on "brotli" => :build
2627 depends_on "go" => :build
2728 depends_on "node" => :build
You can’t perform that action at this time.
0 commit comments