mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
deps: Use persistent LVM source url (#3868)
This commit is contained in:
parent
9ec85f01e7
commit
845b1f0468
@ -3,7 +3,7 @@ require File.expand_path("../Abstract/abstract-osquery-formula", __FILE__)
|
||||
class Libdevmapper < AbstractOsqueryFormula
|
||||
desc "Device Mapper development"
|
||||
homepage "https://www.sourceware.org/dm/"
|
||||
url "ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.173.tgz"
|
||||
url "https://www.mirrorservice.org/sites/sourceware.org/pub/lvm2/old/LVM2.2.02.173.tgz"
|
||||
sha256 "ceb9168c7e009ef487f96a1fe969b23cbb07d920ffb71769affdbdf30fea8d64"
|
||||
revision 2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user