|
22 | 22 | IgnoreExitCode="true" |
23 | 23 | Condition="!Exists('$(HomebrewDir)\Library\Taps\homebrew\homebrew-core\LICENSE.txt')" /> |
24 | 24 | <Exec WorkingDirectory="$(HomebrewDir)" |
25 | | - Command="bin/brew fetch --force --os ventura --arch all openssl@1.1" |
| 25 | + Command="bin/brew fetch --force --os sonoma --arch all openssl@1.1" |
26 | 26 | IgnoreStandardErrorWarningFormat="true" |
27 | 27 | Condition="!Exists('$(OpenSSLX64Dir)/LICENSE')" /> |
28 | 28 | <Exec WorkingDirectory="$(HomebrewDir)" |
29 | | - Command="bin/brew fetch --force --os ventura --arch all libb2" |
| 29 | + Command="bin/brew fetch --force --os sonoma --arch all libb2" |
30 | 30 | IgnoreStandardErrorWarningFormat="true" |
31 | 31 | Condition="!Exists('$(OpenSSLX64Dir)/LICENSE')" /> |
32 | 32 | <Exec WorkingDirectory="$(HomebrewDir)" |
33 | | - Command="bin/brew --cache --bottle-tag=ventura openssl@1.1" |
| 33 | + Command="bin/brew --cache --bottle-tag=sonoma openssl@1.1" |
34 | 34 | IgnoreStandardErrorWarningFormat="true" |
35 | 35 | ConsoleToMsBuild="true" |
36 | 36 | Condition="!Exists('$(OpenSSLX64Dir)/LICENSE')" > |
|
41 | 41 | IgnoreStandardErrorWarningFormat="true" |
42 | 42 | Condition="!Exists('$(OpenSSLX64Dir)/LICENSE')" /> |
43 | 43 | <Exec WorkingDirectory="$(HomebrewDir)" |
44 | | - Command="bin/brew --cache --bottle-tag=arm64_ventura openssl@1.1" |
| 44 | + Command="bin/brew --cache --bottle-tag=arm64_sonoma openssl@1.1" |
45 | 45 | IgnoreStandardErrorWarningFormat="true" |
46 | 46 | ConsoleToMsBuild="true" |
47 | 47 | Condition="!Exists('$(OpenSSLARM64Dir)/LICENSE')" > |
|
52 | 52 | IgnoreStandardErrorWarningFormat="true" |
53 | 53 | Condition="!Exists('$(OpenSSLARM64Dir)/LICENSE')" /> |
54 | 54 | <Exec WorkingDirectory="$(HomebrewDir)" |
55 | | - Command="bin/brew --cache --bottle-tag=ventura libb2" |
| 55 | + Command="bin/brew --cache --bottle-tag=sonoma libb2" |
56 | 56 | IgnoreStandardErrorWarningFormat="true" |
57 | 57 | ConsoleToMsBuild="true" |
58 | 58 | Condition="!Exists('$(Libb2X64Dir)\lib')" > |
|
63 | 63 | IgnoreStandardErrorWarningFormat="true" |
64 | 64 | Condition="!Exists('$(Libb2X64Dir)\lib')" /> |
65 | 65 | <Exec WorkingDirectory="$(HomebrewDir)" |
66 | | - Command="bin/brew --cache --bottle-tag=arm64_ventura libb2" |
| 66 | + Command="bin/brew --cache --bottle-tag=arm64_sonoma libb2" |
67 | 67 | IgnoreStandardErrorWarningFormat="true" |
68 | 68 | ConsoleToMsBuild="true" |
69 | 69 | Condition="!Exists('$(Libb2ARM64Dir)\lib')" > |
|
0 commit comments