cdk 5.0-20160131

Closes #2362.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
Tomasz Pajor 2016-06-24 13:25:41 +02:00
parent a9df643ca5
commit 10c87154c1

View file

@ -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