From 5e2af6f251df427b145c3d771600792a0af29291 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Sun, 28 Apr 2024 07:08:26 +1000 Subject: [PATCH] Fix odin --- odin.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/odin.hcl b/odin.hcl index 01963516..9ba3b34f 100644 --- a/odin.hcl +++ b/odin.hcl @@ -4,18 +4,18 @@ test = "odin --version" platform darwin { - source = "https://github.com/odin-lang/Odin/releases/download/${version}/odin-macos-${arch}-${version}.zip" + source = "https://github.com/odin-lang/Odin/releases/download/dev-${version}/odin-macos-${arch}-dev-${version}.zip" } platform linux amd64 { - source = "https://github.com/odin-lang/Odin/releases/download/${version}/odin-ubuntu-${arch}-${version}.zip" + source = "https://github.com/odin-lang/Odin/releases/download/dev-${version}/odin-ubuntu-${arch}-dev-${version}.zip" } on unpack { run { cmd = "/bin/bash -c 'unzip dist.zip && mv dist/* .'" } } -version "dev-2024-04a" { +version "2024-04a" { auto-version { github-release = "odin-lang/Odin" }