Skip to content

Commit

Permalink
chore: Update formulas in Brewfile for dependencies
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
johnnyhuy committed Jul 28, 2024
1 parent 6c22b7c commit 0c8fb8c
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions Brewfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
brew "apr-util"
brew "argon2"
brew "aspell"
brew "autoconf"
brew "bison"
brew "re2c"
brew "curl"
brew "freetds"
brew "gd"
brew "gettext"
brew "gmp"
brew "libsodium"
brew "icu4c"
brew "imagemagick"
brew "libgd"
brew "libiconv"
brew "libiconv"
brew "libsodium"
brew "libzip"
brew "oniguruma"
brew "pr"
brew "re2c"
brew "readline"

0 comments on commit 0c8fb8c

Please sign in to comment.