Files
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

23 lines
489 B
Ruby

cask "subgit" do
version "3.3.17"
sha256 "bbc621685e333a50e911877fd1550df24e17f04d46e0f07e52426305f40a9096"
url "https://subgit.com/download/subgit-#{version}.zip"
name "SubGit"
desc "Convert SVN repositories to Git"
homepage "https://subgit.com/"
livecheck do
url "https://subgit.com/download"
regex(%r{/subgit[._-]?v?(\d+(?:\.\d+)+)\.zip}i)
end
binary "subgit-#{version}/bin/subgit"
zap trash: "~/.subgit"
caveats do
depends_on_java "7+"
end
end