mmv: prefer berkeley debian mirror
This commit is contained in:
parent
73c7965250
commit
62cdf178f7
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Mmv < Formula
|
||||
desc "Move, copy, append, and link multiple files"
|
||||
homepage "https://packages.debian.org/unstable/utils/mmv"
|
||||
url "https://mirrors.kernel.org/debian/pool/main/m/mmv/mmv_1.01b.orig.tar.gz"
|
||||
mirror "http://ftp.us.debian.org/debian/pool/main/m/mmv/mmv_1.01b.orig.tar.gz"
|
||||
url "https://mirrors.ocf.berkeley.edu/debian/pool/main/m/mmv/mmv_1.01b.orig.tar.gz"
|
||||
mirror "https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/m/mmv/mmv_1.01b.orig.tar.gz"
|
||||
sha256 "0399c027ea1e51fd607266c1e33573866d4db89f64a74be8b4a1d2d1ff1fdeef"
|
||||
|
||||
bottle do
|
||||
|
@ -13,7 +13,7 @@ class Mmv < Formula
|
|||
end
|
||||
|
||||
patch do
|
||||
url "http://ftp.us.debian.org/debian/pool/main/m/mmv/mmv_1.01b-15.diff.gz"
|
||||
url "https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/m/mmv/mmv_1.01b-15.diff.gz"
|
||||
sha256 "9ad3e3d47510f816b4a18bae04ea75913588eec92248182f85dd09bc5ad2df13"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue