httptunnel: swap GNU url and mirror.
This commit is contained in:
parent
512e7f6e96
commit
4dac895c66
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Httptunnel < Formula
|
||||
desc "Tunnels a data stream in HTTP requests"
|
||||
homepage "https://github.com/larsbrinkhoff/httptunnel"
|
||||
url "https://ftpmirror.gnu.org/httptunnel/httptunnel-3.3.tar.gz"
|
||||
mirror "https://ftp.gnu.org/gnu/httptunnel/httptunnel-3.3.tar.gz"
|
||||
url "https://ftp.gnu.org/gnu/httptunnel/httptunnel-3.3.tar.gz"
|
||||
mirror "https://ftpmirror.gnu.org/httptunnel/httptunnel-3.3.tar.gz"
|
||||
sha256 "142f82b204876c2aa90f19193c7ff78d90bb4c2cba99dfd4ef625864aed1c556"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue