mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-04-04 08:54:42 +00:00
rosenthal: anubis-anti-crawler: Update to 1.25.0.
* modules/rosenthal/packages/web.scm (anubis-anti-crawler): Update to 1.25.0. [arguments]: Use go-1.26.
This commit is contained in:
parent
486b0e6b8c
commit
70963cef82
@ -57,7 +57,7 @@ website owners block unwanted AI crawlers from accessing their sites.")
|
|||||||
(define-public anubis-anti-crawler
|
(define-public anubis-anti-crawler
|
||||||
(package
|
(package
|
||||||
(name "anubis-anti-crawler")
|
(name "anubis-anti-crawler")
|
||||||
(version "1.21.1")
|
(version "1.25.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
@ -65,11 +65,11 @@ website owners block unwanted AI crawlers from accessing their sites.")
|
|||||||
version "/anubis-src-vendor-npm-" version ".tar.gz"))
|
version "/anubis-src-vendor-npm-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1anjymg7mwjc8j0gn2gn1wb15iiljm68p15n77y5jg3av8wnky5g"))))
|
"0kqp5j0739lpdw55gx4bnnda1b90qlavcdlp8vh9bp014xx84yqj"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:tests? (not (%current-target-system)) ;FIXME
|
(list #:tests? (not (%current-target-system)) ;FIXME
|
||||||
#:go go-1.24
|
#:go go-1.26
|
||||||
#:install-source? #f
|
#:install-source? #f
|
||||||
#:import-path "./cmd/anubis"
|
#:import-path "./cmd/anubis"
|
||||||
#:build-flags
|
#:build-flags
|
||||||
@ -102,8 +102,7 @@ website owners block unwanted AI crawlers from accessing their sites.")
|
|||||||
"Anubis checks incoming HTTP requests using one or more challenges in
|
"Anubis checks incoming HTTP requests using one or more challenges in
|
||||||
order to protect upstream resources from web crawlers.")
|
order to protect upstream resources from web crawlers.")
|
||||||
(license license:expat)
|
(license license:expat)
|
||||||
(properties '((upstream-name . "anubis")
|
(properties '((upstream-name . "anubis")))))
|
||||||
(disable-updater? . #t)))))
|
|
||||||
|
|
||||||
(define-public caddy
|
(define-public caddy
|
||||||
(package
|
(package
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user