Skip to content

Commit

Permalink
Add ftl
Browse files Browse the repository at this point in the history
  • Loading branch information
alecthomas committed Oct 11, 2023
1 parent 050489c commit 12cdb64
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ftl.hcl
Original file line number Diff line number Diff line change
@@ -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",
}

0 comments on commit 12cdb64

Please sign in to comment.