bsdiff: improve homepage url to avoid an insecure redirect

Ref: https://github.com/Homebrew/homebrew-core/pull/60334#issuecomment-688320828
master
Viktor Szakats 2020-09-07 13:20:28 +00:00 committed by Viktor Szakats
parent 83cc914e5c
commit 5a6c913e00
1 changed files with 1 additions and 1 deletions

View File

@ -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"