bfg: use canonical maven.org URL
This commit is contained in:
parent
e63d284c79
commit
b2db0fc380
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Bfg < Formula
|
||||
desc "Remove large files or passwords from Git history like git-filter-branch"
|
||||
homepage "https://rtyley.github.io/bfg-repo-cleaner/"
|
||||
url "https://repo1.maven.org/maven2/com/madgag/bfg/1.12.12/bfg-1.12.12.jar"
|
||||
url "https://search.maven.org/remotecontent?filepath=com/madgag/bfg/1.12.12/bfg-1.12.12.jar"
|
||||
sha256 "03291c9cd9cdc664104f49b22b76bd39edc73052936cbfd72fc8d8595971fd9a"
|
||||
|
||||
bottle :unneeded
|
||||
|
|
Loading…
Reference in a new issue