Skip to content

Commit

Permalink
Fix yaml snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Jun 24, 2024
1 parent f24503d commit 3a3756b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release/create-yaml-snippet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ cat <<EOF > /dev/stdout
dlHash: $(sha256sum "haskell-language-server-$RELEASE-x86_64-linux-deb12.tar.xz" | awk '{ print $1 }')
unknown_versioning: *hls-${RELEASE//./}-64-deb12
Linux_Ubuntu:
'( >= 16 && < 19 )': &hls-${RELEASE//./}-64-ubuntu18
'< 18': &hls-${RELEASE//./}-64-deb9
'( >= 18 && < 19 )':
dlUri: $baseUrl/haskell-language-server-$RELEASE-x86_64-linux-ubuntu18.04.tar.xz
dlSubdir: haskell-language-server-$RELEASE
dlHash: $(sha256sum "haskell-language-server-$RELEASE-x86_64-linux-ubuntu18.04.tar.xz" | awk '{ print $1 }')
Expand Down

0 comments on commit 3a3756b

Please sign in to comment.