diff options
| -rw-r--r-- | Library/Formula/squashfs.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/squashfs.rb b/Library/Formula/squashfs.rb index 2593549a8..50af00092 100644 --- a/Library/Formula/squashfs.rb +++ b/Library/Formula/squashfs.rb @@ -2,7 +2,7 @@ require 'formula' class Squashfs < Formula homepage 'http://squashfs.sourceforge.net/' - url 'http://sourceforge.net/projects/squashfs/files/squashfs/squashfs4.0/squashfs4.0.tar.gz/download' + url 'http://sourceforge.net/projects/squashfs/files/squashfs/squashfs4.0/squashfs4.0.tar.gz' md5 'a3c23391da4ebab0ac4a75021ddabf96' def patches |
