Skip to content

Commit

Permalink
hfsutils: update download URL
Browse files Browse the repository at this point in the history
The homepage is still working, but it returns a 404 if you try to
download the tarball over https.  Added another one I found,
althogh the two mirrors also work.

Also note the license while I'm here.

Closes #66371.

Signed-off-by: FX Coudert <[email protected]>
  • Loading branch information
mitchblank authored and fxcoudert committed Dec 7, 2020
1 parent 7577f8a commit 3a268b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/hfsutils.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
class Hfsutils < Formula
desc "Tools for reading and writing Macintosh volumes"
homepage "https://www.mars.org/home/rob/proj/hfs/"
url "https://www.mars.org/pub/hfs/hfsutils-3.2.6.tar.gz"
url "https://sources.voidlinux.org/hfsutils-3.2.6/hfsutils-3.2.6.tar.gz"
mirror "https://fossies.org/linux/misc/old/hfsutils-3.2.6.tar.gz"
mirror "https://ftp.osuosl.org/pub/clfs/conglomeration/hfsutils/hfsutils-3.2.6.tar.gz"
sha256 "bc9d22d6d252b920ec9cdf18e00b7655a6189b3f34f42e58d5bb152957289840"
license "GPL-2.0-or-later"

bottle do
cellar :any_skip_relocation
Expand Down

0 comments on commit 3a268b5

Please sign in to comment.