hg-fast-export: audit fixes
This commit is contained in:
parent
4c934591d9
commit
aa92696d92
1 changed files with 3 additions and 0 deletions
|
@ -1,10 +1,13 @@
|
||||||
class HgFastExport < Formula
|
class HgFastExport < Formula
|
||||||
|
desc "Fast Mercurial to Git converter"
|
||||||
homepage "http://repo.or.cz/w/fast-export.git"
|
homepage "http://repo.or.cz/w/fast-export.git"
|
||||||
url "https://github.com/frej/fast-export/archive/v160415.tar.gz"
|
url "https://github.com/frej/fast-export/archive/v160415.tar.gz"
|
||||||
sha256 "0e8a8c27110f200b52be55d13858045ed069ae60a51b4d8878a310426d244316"
|
sha256 "0e8a8c27110f200b52be55d13858045ed069ae60a51b4d8878a310426d244316"
|
||||||
|
|
||||||
head "git://repo.or.cz/fast-export.git"
|
head "git://repo.or.cz/fast-export.git"
|
||||||
|
|
||||||
|
bottle :unneeded
|
||||||
|
|
||||||
def install
|
def install
|
||||||
bin.install "hg-fast-export.py", "hg-fast-export.sh",
|
bin.install "hg-fast-export.py", "hg-fast-export.sh",
|
||||||
"hg-reset.py", "hg-reset.sh",
|
"hg-reset.py", "hg-reset.sh",
|
||||||
|
|
Loading…
Reference in a new issue