Skip to content

Commit 36c2ba8

Browse files
authored
Merge pull request #7 from LKedward/update-fpm-v0.6.0
Update fpm to v0.6.0
2 parents 3f57234 + a5bde57 commit 36c2ba8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/make_installer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
env:
1010
GCC_DOWNLOAD: "https://github.com/brechtsanders/winlibs_mingw/releases/download/11.2.0-9.0.0-msvcrt-r6/winlibs-x86_64-posix-seh-gcc-11.2.0-mingw-w64-9.0.0-r6.zip"
1111
GIT_DOWNLOAD: "https://github.com/git-for-windows/git/releases/download/v2.35.2.windows.1/MinGit-2.35.2-64-bit.zip"
12-
FPM_DOWNLOAD: "https://github.com/fortran-lang/fpm/releases/download/v0.5.0/fpm-0.5.0-windows-x86_64.exe"
1312
ENVAR_DOWNLOAD: "https://github.com/GsNSIS/EnVar/releases/download/v0.3.1/EnVar-Plugin.zip"
1413

1514
jobs:
@@ -42,7 +41,7 @@ jobs:
4241
uses: actions/checkout@v2
4342
with:
4443
repository: fortran-lang/fpm
45-
ref: v0.5.0
44+
ref: v0.6.0
4645
path: fpm-src
4746

4847
- name: Install fpm for bootstrapping

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 11.2.0
17-
- Fortran Package Manager v0.5.0
17+
- Fortran Package Manager v0.6.0
1818
- Git for Windows v2.35.2 (_needed for fpm_)
1919
- OpenBLAS (BLAS/LAPACK) v0.3.20-1
2020
- GNU make v4.3

0 commit comments

Comments
 (0)