zdelta: fix url(s)
This commit is contained in:
parent
30cfa4b3eb
commit
dc223c18b9
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Zdelta < Formula
|
||||
desc "Lossless delta compression library"
|
||||
homepage "http://cis.poly.edu/zdelta/"
|
||||
url "http://cis.poly.edu/zdelta/downloads/zdelta-2.1.tar.gz"
|
||||
homepage "https://web.archive.org/web/20150804051750/cis.poly.edu/zdelta/"
|
||||
url "https://web.archive.org/web/20150804051752/cis.poly.edu/zdelta/downloads/zdelta-2.1.tar.gz"
|
||||
sha256 "03e6beb2e1235f2091f0146d7f41dd535aefb6078a48912d7d11973d5306de4c"
|
||||
head "https://github.com/snej/zdelta.git"
|
||||
|
||||
|
|
Loading…
Reference in a new issue