homebrew-core
https://github.com/homebrew/homebrew-core
Ruby
🍻 Default formulae for the missing package manager for macOS
GdkPixbuf#gdk_so_ver
gdk-pixbuf has an internal version number separate from the overall version number that specifies the location of its module and cache files, this will need to be updated if that internal version number is ever changed (as evidenced by the location no longer existing)
Edit
git clone [email protected]:homebrew/homebrew-core.git
cd homebrew-core
open Formula/g/gdk-pixbuf.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-GdkPixbuf-gdk_so_ver-for-pr
# Commit to gitgit add Formula/g/gdk-pixbuf.rbgit commit -m "better docs for GdkPixbuf#gdk_so_ver"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-GdkPixbuf-gdk_so_ver-for-pr
hub pull-request
# Celebrate!