From d1ffe3d2ee1bbf0e91a5c5b52d00cc7896addaae Mon Sep 17 00:00:00 2001 From: John Colvin Date: Tue, 14 Feb 2017 14:35:05 +0000 Subject: [PATCH] dfmt 0.5.0-beta.5 (devel) Closes #9964. Signed-off-by: Tomasz Pajor --- Formula/dfmt.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/dfmt.rb b/Formula/dfmt.rb index 2b8ce16a7bc..1c1205c558b 100644 --- a/Formula/dfmt.rb +++ b/Formula/dfmt.rb @@ -16,9 +16,9 @@ class Dfmt < Formula devel do url "https://github.com/Hackerpilot/dfmt.git", - :tag => "v0.5.0-beta4", - :revision => "4a4704896ba960c3ffc22c25b38557d89ce13b79" - version "0.5.0-beta4" + :tag => "v0.5.0-beta.5", + :revision => "9fb13d0cafb3a9f0252e7e45277c37c28889731c" + version "0.5.0-beta5" end depends_on "dmd" => :build