summarylogtreecommitdiffstats
path: root/find_latest_version.sh
blob: dd892ed18718f8b229af6b8879cc876ed98e0c3e (plain)
1
2
3
4
#!/usr/bin/bash

curl --silent https://storage.googleapis.com/symbiflow-arch-defs-gha/symbiflow-toolchain-latest \
	| sed -E 's.%2F./.g; s#.*/install/([0-9]+)/([0-9-]+)/[^/]+-([0-9a-f]+)\.tar\.xz.*#_buildnum=\1\n_builddate=\2\n_commit=\3\n#'