Commit 96007641 authored by David Danier's avatar David Danier 🚀
Browse files

b5 0.13.3

parent 3cd557b5
Loading
Loading
Loading
Loading
+2 −2
Changes for Formula/b5.rb: 2 added lines, 2 removed lines.
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 => 'v0.13.2'
  url "https://git.team23.de/build/b5.git", :using => :git, :tag => 'v0.13.3'
  head "https://git.team23.de/build/b5.git", :using => :git
  version "0.13.2"
  version "0.13.3"

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