unp: prefer berkeley debian mirror
This commit is contained in:
parent
973e331da0
commit
d03b0c0806
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
class Unp < Formula
|
||||
desc "Unpack everything with one command"
|
||||
homepage "https://packages.debian.org/source/stable/unp"
|
||||
url "https://mirrors.kernel.org/debian/pool/main/u/unp/unp_2.0~pre4.tar.gz"
|
||||
mirror "https://ftp.us.debian.org/debian/pool/main/u/unp/unp_2.0~pre4.tar.gz"
|
||||
url "https://mirrors.ocf.berkeley.edu/debian/pool/main/u/unp/unp_2.0~pre4.tar.gz"
|
||||
mirror "https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/u/unp/unp_2.0~pre4.tar.gz"
|
||||
version "2.0-pre4"
|
||||
sha256 "25ecea61a68408f69618502132bf8edb350355fc8ef72ae5b20456d7850331bf"
|
||||
|
||||
devel do
|
||||
url "https://mirrors.kernel.org/debian/pool/main/u/unp/unp_2.0~pre7+nmu1.tar.bz2"
|
||||
mirror "https://ftp.us.debian.org/debian/pool/main/u/unp/unp_2.0~pre7+nmu1.tar.bz2"
|
||||
sha256 "7c2d6f2835a5a59ee2588b66d8015d97accd62e71e38ba90ebd4d71d8fd78227"
|
||||
url "https://mirrors.ocf.berkeley.edu/debian/pool/main/u/unp/unp_2.0~pre7+nmu1.tar.bz2"
|
||||
mirror "https://mirrorservice.org/sites/ftp.debian.org/debian/pool/main/u/unp/unp_2.0~pre7+nmu1.tar.bz2"
|
||||
version "2.0-pre7-nmu1"
|
||||
sha256 "7c2d6f2835a5a59ee2588b66d8015d97accd62e71e38ba90ebd4d71d8fd78227"
|
||||
end
|
||||
|
||||
bottle :unneeded
|
||||
|
|
Loading…
Reference in a new issue