diff options
| author | Tobias Stehle | 2013-03-05 11:50:20 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2013-03-06 15:39:39 -0600 | 
| commit | 3e3f053fd369a58850b04cc4c793d286bcd3370f (patch) | |
| tree | 85779c2368fcc25f08d6ef48cfccfa11a5c67e5e /Library/Formula/ncdc.rb | |
| parent | 1baf66cfc158208d2c1b2dd69f0d24c3a921b694 (diff) | |
| download | homebrew-3e3f053fd369a58850b04cc4c793d286bcd3370f.tar.bz2 | |
ncdc 1.15
Closes #18252.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/ncdc.rb')
| -rw-r--r-- | Library/Formula/ncdc.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ncdc.rb b/Library/Formula/ncdc.rb index f52890ebd..d7463dce9 100644 --- a/Library/Formula/ncdc.rb +++ b/Library/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.14.tar.gz' -  sha1 'ff2ae3107097ce4cd03862841421f157198217ea' +  url 'http://dev.yorhel.nl/download/ncdc-1.15.tar.gz' +  sha1 '2070d5e24201079445be15845a5f36cba874c0a5'    depends_on 'glib'    depends_on 'sqlite'  | 
