Loading Formula/b5.rb +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 "https://git.team23.de/build/b5.git", :using => :git, :tag => 'v1.1.3' url "https://git.team23.de/build/b5.git", :using => :git, :tag => 'v1.1.4' head "https://git.team23.de/build/b5.git", :using => :git version "1.1.3" version "1.1.4" conflicts_with "b5_legacy", :because => "b5_legacy also provides the b5 executable" depends_on "python" Loading Loading
Formula/b5.rb +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 "https://git.team23.de/build/b5.git", :using => :git, :tag => 'v1.1.3' url "https://git.team23.de/build/b5.git", :using => :git, :tag => 'v1.1.4' head "https://git.team23.de/build/b5.git", :using => :git version "1.1.3" version "1.1.4" conflicts_with "b5_legacy", :because => "b5_legacy also provides the b5 executable" depends_on "python" Loading