xmount: fix URL

Fixes Homebrew/homebrew#31053.
This commit is contained in:
Misty De Meo 2014-07-23 23:29:21 -07:00
parent 8aa4ee0951
commit 0a68e33c85

View file

@ -2,7 +2,7 @@ require "formula"
class Xmount < Formula
homepage "https://www.pinguin.lu/index.php"
url "http://files.pinguin.lu/projects/xmount-0.5.0.tar.gz"
url "http://files.pinguin.lu/xmount-0.5.0.tar.gz"
sha1 "3a0b208db38f987ce97458bbae8db20e1f3cdba9"
depends_on "pkg-config" => :build