diff --git a/.github/workflows/make_installer.yml b/.github/workflows/make_installer.yml index ba47c10..4fe9472 100644 --- a/.github/workflows/make_installer.yml +++ b/.github/workflows/make_installer.yml @@ -8,7 +8,7 @@ on: env: 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" GIT_DOWNLOAD: "https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/MinGit-2.33.1-64-bit.zip" - FPM_DOWNLOAD: "https://github.com/fortran-lang/fpm/releases/download/v0.4.0/fpm-0.4.0-windows-x86_64.exe" + FPM_DOWNLOAD: "https://github.com/fortran-lang/fpm/releases/download/v0.5.0/fpm-0.5.0-windows-x86_64.exe" ENVAR_DOWNLOAD: "https://github.com/GsNSIS/EnVar/releases/download/v0.3.1/EnVar-Plugin.zip" jobs: diff --git a/README.md b/README.md index f668166..4f06f87 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ __Note: the installer takes a little while to startup due to it size, please be - Optionally add everything to the PATH for the local user - Includes: - GCC-GFortran 10.3.0 - - Fortran Package Manager v0.4.0 + - Fortran Package Manager v0.5.0 - Git for Windows v2.33.1 (_needed for fpm_) - OpenBLAS (BLAS/LAPACK) v0.3.17-1 - GNU make v4.3