The changes were made with the following shell command:
for formula in $(grep -l 'desc "[Aa]n\?\s' Library/Formula/*.rb); do
echo $formula
vim -c '/desc "/s/[Aa]n\? //|normal f"gU2lZZ' $formula
done
ClosesHomebrew/homebrew#42333.
Signed-off-by: Xu Cheng <xucheng@me.com>
The `-95` in the version is significant. Calabash offers 2 releases—(`x.x.x-95`, and `x.x.x-96`)—each of which is built to run with a specific version of the `saxon` dependency.
Since Homebrew currently offers only the Saxon 9.5 dependency, that’s why this commit uses the `-95` suffix on the release. If Homebrew ever offers Saxon 9.6, this formula should be updated accordingly.
ClosesHomebrew/homebrew#39089.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Version bump. Removed the HEAD because it requires compile, and
including an ` ant ` dep and doing ` ant ` in the build process ended
up at fatal build errors for me.
ClosesHomebrew/homebrew#36580.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>