diff options
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-08-21 04:16:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 04:16:20 +0200 |
commit | 7ca9869d595a192fbc7fd93e47f99bb46807badc (patch) | |
tree | a7942ba7b9f15e2f223274bcaa21a735cfba17d9 | |
parent | b0a969c4e34f8e2fb5299b41c4ef4a9c2ad02126 (diff) | |
parent | ca56eb52197a2cc944def9f51f761fa68d91362c (diff) | |
download | arch-boxes32-7ca9869d595a192fbc7fd93e47f99bb46807badc.tar.xz |
Merge pull request #21 from kBite/eliminate-hardcoded-hash-value
replace iso_checksum with iso_checksum_url
-rw-r--r-- | vagrant.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant.json b/vagrant.json index 602aa93..fe07592 100644 --- a/vagrant.json +++ b/vagrant.json @@ -1,8 +1,8 @@ { "variables": { "iso_url": "https://downloads.archlinux.de/iso/{{isotime \"2006.01\"}}.01/archlinux-{{isotime \"2006.01\"}}.01-x86_64.iso", + "iso_checksum_url": "https://downloads.archlinux.de/iso/{{isotime \"2006.01\"}}.01/sha1sums.txt", "iso_checksum_type": "sha1", - "iso_checksum": "bb609f8dfb7ece06ba3cdc355b627aab763639d3", "disk_size": "20480", "memory": "1024", "cpus": "2", |