cxxtest: change mirror URL to deb.debian.org
This commit is contained in:
parent
b9315e40d3
commit
574410ab09
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ class Cxxtest < Formula
|
|||
desc "xUnit-style unit testing framework for C++"
|
||||
homepage "https://cxxtest.com/"
|
||||
url "https://github.com/CxxTest/cxxtest/releases/download/4.4/cxxtest-4.4.tar.gz"
|
||||
mirror "https://mirrors.kernel.org/debian/pool/main/c/cxxtest/cxxtest_4.4.orig.tar.gz"
|
||||
mirror "https://deb.debian.org/debian/pool/main/c/cxxtest/cxxtest_4.4.orig.tar.gz"
|
||||
sha256 "1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f4895cf7d8"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue