neilbrown / wiggle

apply rejected patches and perform word-wise diffs
http://neil.brown.name/wiggle
GNU General Public License v2.0
91 stars 8 forks source link

Update brew install version to 1.3 #20

Closed hustcer closed 2 years ago

hustcer commented 3 years ago

Hello,

When I ran brew install wiggle on my mac I got 1.2 installed, not the latest version which is v1.3. Please update it, thanks.

neilbrown commented 2 years ago

This is probably the wrong place to ask about "brew". I personally have only a vague idea of what it is. After a bit of googling I found https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/wiggle.rb which explicitly mentions 1.2. Maybe you should raise an issue on the Homebrew/homebrew-core gtihub project - or even submit a pull request. The best url to use for the source code would be https://github.com/neilbrown/wiggle/archive/refs/tags/v1.3.tar.gz

geofflangenderfer commented 2 years ago

I did some manual stuff to make this work

https://github.com/neilbrown/wiggle/issues/24#issuecomment-1042620212

geofflangenderfer commented 2 years ago

in progress

https://github.com/Homebrew/homebrew-core/pull/95291

ready to go!

wiggle 
❯ brew install wiggle
==> Downloading https://ghcr.io/v2/homebrew/core/wiggle/manifests/1.3
Already downloaded: /Users/lgeoff/Library/Caches/Homebrew/downloads/e2d037b0c2805684c5d1d504246a5781c475f8657aff714be8612fbae6543a5f--wiggle-1.3.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/wiggle/blobs/sha256:f585911f982b406255e79f0c3b6a4a71b7e438b0d102f1d9c39d1fdb806fe40e
Already downloaded: /Users/lgeoff/Library/Caches/Homebrew/downloads/333121ec3cacff0e960d0330bbb5578b07ca2fa9ef14a7b839440690dbccb8de--wiggle--1.3.arm64_big_sur.bottle.tar.gz
==> Pouring wiggle--1.3.arm64_big_sur.bottle.tar.gz
🍺  /opt/homebrew/Cellar/wiggle/1.3: 7 files, 193.2KB
==> Running `brew cleanup wiggle`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

wiggle 
❯ wiggle --version
wiggle 1.3 2020-10-03 GPL-2+ http://neil.brown.name/wiggle/

wiggle 
❯