Brewfile: use openssl@3

@3.0 is old, @3 installs something recent (or
even that is installed already).
This commit is contained in:
Thomas Waldmann 2025-10-15 17:20:30 +02:00
parent f401ca00f9
commit 0c37c387dc
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -2,7 +2,7 @@ brew 'pkgconf'
brew 'zstd'
brew 'lz4'
brew 'xxhash'
brew 'openssl@3.0'
brew 'openssl@3'
# osxfuse (aka macFUSE) is only required for "borg mount",
# but won't work on GitHub Actions' workers.