Skip to content

Commit cffe28b

Browse files
authored
Merge pull request #2 from LKedward/update-fpm
Update: fpm version to 0.5.0
2 parents 3e1b526 + 77f0320 commit cffe28b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/make_installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
GCC_DOWNLOAD: "https://github.com/brechtsanders/winlibs_mingw/releases/download/10.3.0-12.0.0-9.0.0-r2/winlibs-x86_64-posix-seh-gcc-10.3.0-mingw-w64-9.0.0-r2.zip"
1010
GIT_DOWNLOAD: "https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/MinGit-2.33.1-64-bit.zip"
11-
FPM_DOWNLOAD: "https://github.com/fortran-lang/fpm/releases/download/v0.4.0/fpm-0.4.0-windows-x86_64.exe"
11+
FPM_DOWNLOAD: "https://github.com/fortran-lang/fpm/releases/download/v0.5.0/fpm-0.5.0-windows-x86_64.exe"
1212
ENVAR_DOWNLOAD: "https://github.com/GsNSIS/EnVar/releases/download/v0.3.1/EnVar-Plugin.zip"
1313

1414
jobs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ __Note: the installer takes a little while to startup due to it size, please be
1414
- Optionally add everything to the PATH for the local user
1515
- Includes:
1616
- GCC-GFortran 10.3.0
17-
- Fortran Package Manager v0.4.0
17+
- Fortran Package Manager v0.5.0
1818
- Git for Windows v2.33.1 (_needed for fpm_)
1919
- OpenBLAS (BLAS/LAPACK) v0.3.17-1
2020
- GNU make v4.3

0 commit comments

Comments
 (0)