stow: swap GNU url and mirror.
This commit is contained in:
parent
c42525954e
commit
c0e5af5aa9
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Stow < Formula
|
||||
desc "Organize software neatly under a single directory tree (e.g. /usr/local)"
|
||||
homepage "https://www.gnu.org/software/stow/"
|
||||
url "https://ftpmirror.gnu.org/stow/stow-2.2.2.tar.gz"
|
||||
mirror "https://ftp.gnu.org/gnu/stow/stow-2.2.2.tar.gz"
|
||||
url "https://ftp.gnu.org/gnu/stow/stow-2.2.2.tar.gz"
|
||||
mirror "https://ftpmirror.gnu.org/stow/stow-2.2.2.tar.gz"
|
||||
sha256 "e2f77649301b215b9adbc2f074523bedebad366812690b9dc94457af5cf273df"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue