From 12cdb648cd6aba539ee3c6ce0c50747bc6fa79a5 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Wed, 11 Oct 2023 16:23:50 +1100 Subject: [PATCH] Add ftl --- ftl.hcl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ftl.hcl diff --git a/ftl.hcl b/ftl.hcl new file mode 100644 index 00000000..a1a49669 --- /dev/null +++ b/ftl.hcl @@ -0,0 +1,17 @@ +description = "FTL - Towards a 𝝺-calculus for large-scale systems" +binaries = ["ftl", "ftl-*"] +source = "https://github.com/TBD54566975/ftl/releases/download/v${version}/ftl-${version}.${os}-${arch}.tar.gz" +sha256-source = "https://github.com/TBD54566975/ftl/releases/download/v${version}/checksums.txt" +test = "ftl --version" + +version "0.39.0" { + auto-version { + github-release = "TBD54566975/ftl" + } +} + +sha256sums = { + "https://github.com/TBD54566975/ftl/releases/download/v0.39.0/ftl-0.39.0.darwin-amd64.tar.gz": "1dc3597381f8b269b43781a671addbf3481a21c7e54cc4bf6dbb4d4fad1fc2ee", + "https://github.com/TBD54566975/ftl/releases/download/v0.39.0/ftl-0.39.0.darwin-arm64.tar.gz": "2374a53b169de65b56e6bbac05bcd0dc6c04e8d13c960a28c839086435cce095", + "https://github.com/TBD54566975/ftl/releases/download/v0.39.0/ftl-0.39.0.linux-amd64.tar.gz": "c42f5973de928af4150355b7175cd9f42f070047032552aa18edd4cee8e78825", +}