Преглед на файлове

Brewfile: use openssl@3

@3.0 is old, @3 installs something recent (or
even that is installed already).
Thomas Waldmann преди 3 дни
родител
ревизия
0c37c387dc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Brewfile

+ 1 - 1
Brewfile

@@ -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.