From fdaacf9865c8983fa9fdd745ec9bb77c8097de08 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Fri, 18 Jan 2019 09:42:27 -0800 Subject: [PATCH] Add Homebrew release instructions --- README.dev.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.dev.md b/README.dev.md index 500b295a..278749ca 100644 --- a/README.dev.md +++ b/README.dev.md @@ -17,3 +17,11 @@ Then release to our PPA: prerequisites for this [here](https://github.com/maxmind/libmaxminddb/blob/master/README.dev.md). * Run `dev-bin/ppa-release.sh` + +Finally release to Homebrew: + +* Go to https://github.com/Homebrew/homebrew-core/blob/master/Formula/geoipupdate.rb +* Edit the file to update the url and sha256. You can get the sha256 for the + tarball with the `sha256sum` command line utility. +* Make a commit with the summary `geoipupdate ` +* Submit a PR with the changes you just made.