moreutils: use https for stable and head urls (#23072)

This commit is contained in:
Florian Sellmayr 2018-01-19 15:17:48 +01:00 committed by ilovezfs
parent 4986716c99
commit b454e4b01d

View file

@ -1,10 +1,10 @@
class Moreutils < Formula
desc "Collection of tools that nobody wrote when UNIX was young"
homepage "https://joeyh.name/code/moreutils/"
url "git://git.joeyh.name/moreutils",
url "https://git.joeyh.name/git/moreutils.git",
:tag => "0.62",
:revision => "06b5970631ffbf151893bd3e1e7f03fb76aad4c0"
head "git://git.joeyh.name/moreutils"
head "https://git.joeyh.name/git/moreutils.git"
bottle do
cellar :any_skip_relocation