From 10c87154c16d19b4a1baae1ecfc2473f25f6f8a6 Mon Sep 17 00:00:00 2001 From: Tomasz Pajor Date: Fri, 24 Jun 2016 13:25:41 +0200 Subject: [PATCH] cdk 5.0-20160131 Closes #2362. Signed-off-by: Tomasz Pajor --- Formula/cdk.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/cdk.rb b/Formula/cdk.rb index d0b5b6f9f8..a4097cc565 100644 --- a/Formula/cdk.rb +++ b/Formula/cdk.rb @@ -1,9 +1,9 @@ class Cdk < Formula desc "Curses development kit provides predefined curses widget for apps" homepage "http://invisible-island.net/cdk/" - url "ftp://invisible-island.net/cdk/cdk-5.0-20141106.tgz" - version "5.0.20141106" - sha256 "d7ce8d9698b4998fa49a63b6e19309d3eb61cc3a019bfc95101d845ef03c4803" + url "ftp://invisible-island.net/cdk/cdk-5.0-20160131.tgz" + version "5.0.20160131" + sha256 "c32d075806c231b96ca3778bd24132c7aa0ba9a126f3cebb8a16c59a8b132c22" bottle do cellar :any_skip_relocation @@ -19,6 +19,6 @@ class Cdk < Formula end test do - assert_match "#{lib}", shell_output("#{bin}/cdk5-config --libdir") + assert_match lib.to_s, shell_output("#{bin}/cdk5-config --libdir") end end