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)

Source | Google | Stack overflow

Edit

git clone [email protected]:homebrew/homebrew-core.git

cd homebrew-core

open Formula/g/gdk-pixbuf.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-GdkPixbuf-gdk_so_ver-for-pr


# Commit to git

git add Formula/g/gdk-pixbuf.rbgit commit -m "better docs for GdkPixbuf#gdk_so_ver"


# Open pull request

gem 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!