Skip to content

Commit

Permalink
bump(aiken): update to v1.1.9 (#7090)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: William Boman <[email protected]>
  • Loading branch information
renovate[bot] and williamboman authored Dec 20, 2024
1 parent 265efa7 commit 71310b8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/aiken/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@ categories:
- LSP

source:
id: pkg:github/aiken-lang/aiken@v1.0.26-alpha
id: pkg:github/aiken-lang/aiken@v1.1.9
asset:
- target: darwin_x64
file: aiken_{{ version }}_darwin_amd64.tar.gz
bin: aiken
file: aiken-x86_64-apple-darwin.tar.gz
bin: aiken-x86_64-apple-darwin/aiken
- target: darwin_arm64
file: aiken_{{ version }}_darwin_arm64.tar.gz
bin: aiken
file: aiken-aarch64-apple-darwin.tar.gz
bin: aiken-aarch64-apple-darwin/aiken
- target: linux_x64
file: aiken_{{ version }}_linux_amd64.tar.gz
bin: aiken
file: aiken-x86_64-unknown-linux-gnu.tar.gz
bin: aiken-x86_64-unknown-linux-gnu/aiken
- target: win_x64
file: aiken_{{ version }}_win32_amd64.zip
bin: aiken.exe
file: aiken-x86_64-pc-windows-msvc.tar.gz
bin: aiken-x86_64-pc-windows-msvc/aiken.exe

bin:
aiken: "{{source.asset.bin}}"

0 comments on commit 71310b8

Please sign in to comment.