Commit 3bde9dac authored by David Danier's avatar David Danier 🚀
Browse files

b5 0.13.0

parent 0d5727ba
Loading
Loading
Loading
Loading
+4 −4
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.12.2'
  url "https://git.team23.de/build/b5.git", :using => :git, :tag => 'v0.13.0'
  head "https://git.team23.de/build/b5.git", :using => :git
  version "0.12.2"
  version "0.13.0"

  conflicts_with "b5_legacy", :because => "b5_legacy also provides the b5 executable"
  depends_on "python"
@@ -13,8 +13,8 @@ class B5 < Formula
  # Use 'poet -r $package' (https://pypi.python.org/pypi/homebrew-pypi-poet) to generate
  # Example: 'poet -r PyYAML'
  resource "PyYAML" do
    url "https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz"
    sha256 "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab"
    url "https://files.pythonhosted.org/packages/d2/44/f2f50916afc03f48bd2bea7ff87fc73bb3d6454544b6c1267535ed87ad9b/PyYAML-3.13b1.tar.gz"
    sha256 "8a3dd5b3cfae5240925b66884d22cf6a80d1c5991863ef0b836fda2e2bcccc49"
  end

  resource "termcolor" do