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

17 lines
437 B
Ruby

cask "gitblade" do
version "1.0.8"
sha256 "51b261ee679048c2799a66439d8599d1ec5fa1592713993e85fa641eefeab274"
url "https://gitblade.com/dl/gitblade-#{version}-darwin-x64.dmg"
name "GitBlade"
desc "Graphical client for Git"
homepage "https://gitblade.com/"
livecheck do
url "https://gitblade.com/#download"
regex(%r{href=.*?/gitblade[._-]v?(\d+(?:\.\d+)*)[._-]darwin[._-]x64\.dmg}i)
end
app "GitBlade.app"
end