nettle: swap GNU url and mirror.
This commit is contained in:
parent
01462292a9
commit
c963058d89
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Nettle < Formula
|
||||
desc "Low-level cryptographic library"
|
||||
homepage "https://www.lysator.liu.se/~nisse/nettle/"
|
||||
url "https://ftpmirror.gnu.org/nettle/nettle-3.3.tar.gz"
|
||||
mirror "https://ftp.gnu.org/gnu/nettle/nettle-3.3.tar.gz"
|
||||
url "https://ftp.gnu.org/gnu/nettle/nettle-3.3.tar.gz"
|
||||
mirror "https://ftpmirror.gnu.org/nettle/nettle-3.3.tar.gz"
|
||||
sha256 "46942627d5d0ca11720fec18d81fc38f7ef837ea4197c1f630e71ce0d470b11e"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue