Skip to content

Commit 0c8fb8c

Browse files
committed
chore: Update formulas in Brewfile for dependencies
- Update Brewfile to add new formulas: `apr-util`, `argon2`, `aspell`, `autoconf`, `curl`, `freetds`, `gd`, `gettext`, `icu4c`, `libzip`, `oniguruma`, `pr`, `readline` - Remove `re2c` and `libsodium` formulas from Brewfile - Update the list of installed formulas in the Brewfile
1 parent 6c22b7c commit 0c8fb8c

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

Brewfile

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
1+
brew "apr-util"
2+
brew "argon2"
3+
brew "aspell"
4+
brew "autoconf"
15
brew "bison"
2-
brew "re2c"
6+
brew "curl"
7+
brew "freetds"
8+
brew "gd"
9+
brew "gettext"
310
brew "gmp"
4-
brew "libsodium"
11+
brew "icu4c"
512
brew "imagemagick"
613
brew "libgd"
7-
brew "libiconv"
14+
brew "libiconv"
15+
brew "libsodium"
16+
brew "libzip"
17+
brew "oniguruma"
18+
brew "pr"
19+
brew "re2c"
20+
brew "readline"

0 commit comments

Comments
 (0)