Commit 19c3dc5e authored by David Danier's avatar David Danier 🚀
Browse files

b5 0.11.7

parent 6cf211f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
class B5 < Formula
  desc "A simple Task Runner in Bash and Python written by TEAM23 GmbH."
  homepage "https://git.team23.de/build/b5"
  url "git@git.team23.de:build/b5.git", :using => :git, :tag => 'v0.11.6'
  url "git@git.team23.de:build/b5.git", :using => :git, :tag => 'v0.11.7'
  head "git@git.team23.de:build/b5.git", :using => :git
  version "0.11.6"
  version "0.11.7"

  conflicts_with "b5_legacy", :because => "b5_legacy also provides the b5 executable"
  depends_on "python"