libraw: use secure resource url
This commit is contained in:
parent
ce2d1f0fb0
commit
bd183cf2db
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Libraw < Formula
|
|||
depends_on "little-cms2"
|
||||
|
||||
resource "librawtestfile" do
|
||||
url "http://www.rawsamples.ch/raws/nikon/d1/RAW_NIKON_D1.NEF",
|
||||
url "https://www.rawsamples.ch/raws/nikon/d1/RAW_NIKON_D1.NEF",
|
||||
:using => :nounzip
|
||||
sha256 "7886d8b0e1257897faa7404b98fe1086ee2d95606531b6285aed83a0939b768f"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue