diff options
Diffstat (limited to 'Library/Formula/atdtool.rb')
| -rw-r--r-- | Library/Formula/atdtool.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/atdtool.rb b/Library/Formula/atdtool.rb index 0f00b86c9..9bee0c8df 100644 --- a/Library/Formula/atdtool.rb +++ b/Library/Formula/atdtool.rb @@ -2,8 +2,8 @@ require 'formula' class Atdtool < Formula homepage 'https://github.com/lpenz/atdtool' - url 'https://github.com/lpenz/atdtool/archive/upstream/1.3.zip' - sha1 '753abbfccd29d88abe774c032e58ea9428d8f6db' + url 'https://github.com/lpenz/atdtool/archive/upstream/1.3.tar.gz' + sha1 '0e6ac49a106912f010f3cb71dec59ef5c29ad108' depends_on :python depends_on 'txt2tags' => :build |
