fix flashrom URL (#295)

This commit is contained in:
Trammell hudson 2018-01-16 12:55:44 -05:00
parent a3983d4fa7
commit 1c9334553c
Failed to extract signature

View File

@ -8,7 +8,7 @@ flashrom_depends := pciutils $(musl_dep)
flashrom_version := 0.9.9 flashrom_version := 0.9.9
flashrom_dir := flashrom-$(flashrom_version) flashrom_dir := flashrom-$(flashrom_version)
flashrom_tar := flashrom-$(flashrom_version).tar.bz2 flashrom_tar := flashrom-$(flashrom_version).tar.bz2
flashrom_url := http://download.flashrom.org/releases/$(flashrom_tar) flashrom_url := https://download.flashrom.org/releases/$(flashrom_tar)
flashrom_hash := cb3156b0f63eb192024b76c0814135930297aac41f80761a5d293de769783c45 flashrom_hash := cb3156b0f63eb192024b76c0814135930297aac41f80761a5d293de769783c45
flashrom_target := \ flashrom_target := \