Releases: oz123/mh
Release v1.4.0
Allow rule names with digits (e.g. foo-1-bar or r2d2).
Release v1.3.3
Just a bug fix release.
Due to compatibility issue with Mac OSX, a bug that truncated the strings was introduced and now fixed.
The following build artifacts are supplied:
Linux static binary for amd64, install with:
curl -L https://github.com/oz123/mh/releases/download/v1.3.3/mh-linux-x86_64 -O
sudo mv mh-linux-x86_64 /usr/local/bin/mh && sudo chmod 775 /usr/local/bin/mh
Or if you prefer a Debian package, which includes a man page:
curl -L https://github.com/oz123/mh/releases/download/v1.3.3/mh_1.3.3-1_amd64.deb -O
sudo apt install -y libpcre2-8-0 && dpkg -i mh_1.3.3-1_amd64.deb
Mac OS X Users, use brew to install libpcre2:
brew install libpcre2
For legacy Mac OS X users:
curl -L https://github.com/oz123/mh/releases/download/v1.3.3/mh-darwin-x86_64-apple-macos11 -O
sudo mv mh-darwin-x86_64-apple-macos11 /usr/local/bin/mh && sudo chmod 775 /usr/local/bin/mh
For newer Mac OS X running on arm64 CPUs:
curl -L https://github.com/oz123/mh/releases/download/v1.3.3/mh-darwin-arm64 -O
sudo mv mh-darwin-arm64 /usr/local/bin/ && sudo chmod 775 /usr/local/bin/mh
Release v1.3.2
The following build artifacts are supplied:
Linux static binary for amd64, install with:
curl -L https://github.com/oz123/mh/releases/download/v1.3.2/mh-linux-x86_64 -O
sudo mv mh-linux-x86_64 /usr/local/bin/mh && sudo chmod 775 /usr/local/bin/mh
Or if you prefer a Debian package, which includes a man page:
curl -L https://github.com/oz123/mh/releases/download/v1.3.2/mh_1.3.2-1_amd64.deb -O
sudo apt install -y libpcre2-8-0 && dpkg -i mh_1.3.2-1_amd64.deb
Mac OS X Users, use brew to install libpcre2:
brew install libpcre2
For legacy Mac OS X users:
curl -L https://github.com/oz123/mh/releases/download/v1.3.2/mh-darwin-x86_64-apple-macos11 -O
sudo mv mh-darwin-x86_64-apple-macos11 /usr/local/bin/mh && sudo chmod 775 /usr/local/bin/mh
For newer Mac OS X running on arm64 CPUs:
curl -L https://github.com/oz123/mh/releases/download/v1.3.2/mh-darwin-arm64 -O
sudo mv mh-darwin-arm64 /usr/local/bin/ && sudo chmod 775 /usr/local/bin/mh
v1.1.1 GTD
Target names were truncated, this is now fixed.
Now with static build
Aside of tiny bug fixes, this release adds a static build.
v1.0.3 - Tests, and build improvements
Makefile fixes Allow user to override CFLAGS and move libs LIBS
Add debian package and linux bianry
v1.0.1 Add debian package, multiple tiny C style fixes
Initial release
In the hope this is useful for some else too.