mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-28 17:19:12 +00:00
[Buildscript] Update Etcher for CLI
This commit is contained in:
parent
fa74a9b1a9
commit
a4f069f9b1
1 changed files with 2 additions and 2 deletions
|
@ -747,8 +747,8 @@ download_toolchain()
|
|||
|
||||
download_etcher_cli()
|
||||
{
|
||||
local url="https://github.com/resin-io/etcher/releases/download/v1.4.4/etcher-cli-1.4.4-linux-x64.tar.gz"
|
||||
local hash="54709ad34ac304d2686130c7d22a3bc13b4f491387d987274eeca4f6eea34dce"
|
||||
local url="https://github.com/resin-io/etcher/releases/download/v1.4.5/etcher-cli-1.4.5-linux-x64.tar.gz"
|
||||
local hash="f7f3d63c29f5bf0b494c68efd6cc990e2e571c5f1833ed1c6f773f0f3681eb56"
|
||||
|
||||
local filename=${url##*/}
|
||||
local dirname=${filename/.tar.gz/-dist}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue