Skip to content

Commit

Permalink
fix sources
Browse files Browse the repository at this point in the history
  • Loading branch information
lara committed Jan 19, 2024
1 parent d2e2c15 commit 7cd11db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion easybuild/easyconfigs/c/code-cli/code-cli-1.85.1-x64.eb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ description = '''
toolchain = {'name': 'system', 'version': 'system'}

source_urls = ['https://update.code.visualstudio.com/%(version)s/cli-alpine-x64/stable#']
sources = ['vscode_cli_alpine_x64_cli.tar.gz']
sources = [{
'download_filename': 'vscode_cli_alpine_x64_cli.tar.gz',
'filename': 'vscode-%(version)s%(versionsuffix)s.tar.gz',
}]
checksums = ['cc469ba0461141fc3a58f589262c6e7d2bfa43044dd267267e794e8d89b831d1']

modextrapaths = {'PATH': ''}
Expand Down

0 comments on commit 7cd11db

Please sign in to comment.