rtyley / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://rtyley.github.io/bfg-repo-cleaner/
GNU General Public License v3.0
11.05k stars 545 forks source link

Dead link on the JAR download button #352

Closed FredericoCoelhoNunes closed 4 years ago

FredericoCoelhoNunes commented 4 years ago

https://repo1.maven.org/maven2/com/madgag/bfg/LATEST/bfg-LATEST.jar is a dead link; any other way to download the JAR? Thanks.

rtyley commented 4 years ago

Thanks for reporting this @FredericoCoelhoNunes, I've fixed the broken links on the site with 20752c7d1a4005a1c0de4ed8bfb1e1d7d603d0bb - you can download the latest version of the BFG from:

https://repo1.maven.org/maven2/com/madgag/bfg/1.13.0/bfg-1.13.0.jar

...thanks again for the report!