Skip to content

Commit

Permalink
feat(asdf): Add gleam to asdf manager
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Jul 13, 2024
1 parent 34478a6 commit 12b4896
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/modules/manager/asdf/extract.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ flutter 3.7.6-stable
flux2 0.41.2
gauche 0.9.12
github-cli 2.32.1
gleam 1.3.1
gohugo extended_0.104.3
golang 1.19.2
golangci-lint 1.52.2
Expand Down Expand Up @@ -284,6 +285,13 @@ dummy 1.2.3
depName: 'github-cli',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '1.3.1',
datasource: 'github-releases',
packageName: 'gleam-lang/gleam',
depName: 'gleam',
extractVersion: '^v(?<version>\\S+)',
},
{
currentValue: '0.104.3',
datasource: 'github-releases',
Expand Down
8 changes: 8 additions & 0 deletions lib/modules/manager/asdf/upgradeable-tooling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,14 @@ export const upgradeableTooling: Record<string, ToolingDefinition> = {
extractVersion: '^v(?<version>\\S+)',
},
},
gleam: {
asdfPluginUrl: 'https://github.com/asdf-community/asdf-gleam.git',
config: {
datasource: GithubTagsDatasource.id,
packageName: 'gleam-lang/gleam',
extractVersion: '^v(?<version>.+)',
},
},
gohugo: hugoDefinition,
golang: {
asdfPluginUrl: 'https://github.com/kennyp/asdf-golang',
Expand Down

0 comments on commit 12b4896

Please sign in to comment.