From f63491c6a7c1ff74e2ba0fdde4845200ef5fec15 Mon Sep 17 00:00:00 2001 From: Tobias Stehle Date: Wed, 3 Apr 2013 17:29:45 +0200 Subject: [PATCH] ncdc 1.16.1 Closes Homebrew/homebrew#18933. Signed-off-by: Jack Nagel --- Formula/ncdc.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/ncdc.rb b/Formula/ncdc.rb index 33bb443b33..cdf718894a 100644 --- a/Formula/ncdc.rb +++ b/Formula/ncdc.rb @@ -2,8 +2,8 @@ require 'formula' class Ncdc < Formula homepage 'http://dev.yorhel.nl/ncdc' - url 'http://dev.yorhel.nl/download/ncdc-1.15.tar.gz' - sha1 '2070d5e24201079445be15845a5f36cba874c0a5' + url 'http://dev.yorhel.nl/download/ncdc-1.16.1.tar.gz' + sha1 '3bdbf8c58a95eab2dc318bd853be991343f88fe9' depends_on 'glib' depends_on 'sqlite'