Skip to content

Commit bc6b13c

Browse files
BrewTestBotdaeho-ro
authored andcommitted
anubis 1.23.0
1 parent 9e34374 commit bc6b13c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/a/anubis.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)