diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ejdb.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ejdb.rb b/Library/Formula/ejdb.rb index 50f90d771..430378b82 100644 --- a/Library/Formula/ejdb.rb +++ b/Library/Formula/ejdb.rb @@ -2,8 +2,8 @@ require 'formula'  class Ejdb < Formula    homepage 'http://ejdb.org/' -  url 'https://github.com/Softmotions/ejdb/archive/v1.1.23.tar.gz' -  sha1 '00ca2c150b2988747ad7b15148c2d624253026c5' +  url 'https://github.com/Softmotions/ejdb/archive/v1.1.24.tar.gz' +  sha1 'b743aef55a39a64bd4ee0e94fa58e2c90e63db02'    def install      cd 'tcejdb' do  | 
