unittest: secure/fix url(s)
This commit is contained in:
parent
5f50c48d0f
commit
f407ea0277
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
class Unittest < Formula
|
||||
desc "C++ Unit Test Framework"
|
||||
homepage "http://unittest.red-bean.com/"
|
||||
url "http://unittest.red-bean.com/tar/unittest-0.50-62.tar.gz"
|
||||
homepage "https://unittest.red-bean.com/"
|
||||
url "https://unittest.red-bean.com/tar/unittest-0.50-62.tar.gz"
|
||||
sha256 "9586ef0149b6376da9b5f95a992c7ad1546254381808cddad1f03768974b165f"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue