bsdiff: improve homepage url to avoid an insecure redirect
Ref: https://github.com/Homebrew/homebrew-core/pull/60334#issuecomment-688320828master
parent
83cc914e5c
commit
5a6c913e00
|
@ -1,6 +1,6 @@
|
|||
class Bsdiff < Formula
|
||||
desc "Generate and apply patches to binary files"
|
||||
homepage "https://www.daemonology.net/bsdiff"
|
||||
homepage "https://www.daemonology.net/bsdiff/"
|
||||
# Returns 403 (forbidden) for the canonical download URL:
|
||||
# "https://www.daemonology.net/bsdiff/bsdiff-4.3.tar.gz"
|
||||
url "https://deb.debian.org/debian/pool/main/b/bsdiff/bsdiff_4.3.orig.tar.gz"
|
||||
|
|
Loading…
Reference in New Issue