Skip to content

Commit

Permalink
Add Fedora 40, retire Fedora 38
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed May 27, 2024
1 parent 701b0d1 commit c6026c1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
5 changes: 4 additions & 1 deletion lib/linux-filenames.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ x86_64 = {

'fedora-37': 'R-{}-1-1.x86_64.rpm',
'fedora-38': 'R-{}-1-1.x86_64.rpm',
'fedora-39': 'R-{}-1-1.x86_64.rpm',
'fedora-39': 'R-{}-1-1.x86_64.rpm'
};

Expand Down Expand Up @@ -75,7 +76,9 @@ arm64 = {
'fedora-38':
'https://github.com/r-hub/R/releases/download/v{}/r-rstudio-fedora-38-{}-1-1.aarch64.rpm',
'fedora-39':
'https://github.com/r-hub/R/releases/download/v{}/r-rstudio-fedora-39-{}-1-1.aarch64.rpm'
'https://github.com/r-hub/R/releases/download/v{}/r-rstudio-fedora-39-{}-1-1.aarch64.rpm',
'fedora-40':
'https://github.com/r-hub/R/releases/download/v{}/r-rstudio-fedora-40-{}-1-1.aarch64.rpm'
};

module.exports = { 'x86_64': x86_64, 'arm64': arm64 };
17 changes: 15 additions & 2 deletions lib/linux-platform-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ platforms = [
'docker': 'fedora:38',
'eol': '2024-05-14',
'ppm-binaries': false,
'retired': false,
'last-build': null
'retired': true,
'last-build': '4.3.3'
},

{
Expand All @@ -286,6 +286,19 @@ platforms = [
'last-build': null
},

{
'id': 'fedora-40',
'aliases': [],
'name': 'Fedora Linux',
'url': 'https://fedoraproject.org/',
'version': '40',
'docker': 'fedora:40',
'eol': '2025-05-13',
'ppm-binaries': false,
'retired': false,
'last-build': null
},

// Distros implemented as other distros above

{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rversions",
"version": "2.3.12",
"version": "2.3.13",
"description": "Query the current and past R versions",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c6026c1

Please sign in to comment.