We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdf6971 + a441e55 commit 61bf5c6Copy full SHA for 61bf5c6
.github/workflows/fpm-version-update.yml
@@ -66,7 +66,7 @@ jobs:
66
sed -i "1s/^/# Formula last updated on $(date -u +"%Y-%m-%dT%H:%M:%SZ") (Run: ${RUN_ID})\n/" Formula/fpm.rb
67
sed -i "s|url \".*\"|url \"https://github.com/fortran-lang/fpm/releases/download/${{ env.LATEST_VERSION_V }}/fpm-${{ env.LATEST_VERSION }}.zip\"|" Formula/fpm.rb
68
sed -i "s|sha256 \".*\"|sha256 \"${{ env.SHA256 }}\"|" Formula/fpm.rb
69
-
+
70
- name: Debug - Show changes
71
if: env.UPDATE_NEEDED == 'true'
72
run: |
Formula/fpm.rb
@@ -1,3 +1,5 @@
1
+# Formula last updated on 2025-03-10
2
3
class Fpm < Formula
4
desc "Fortran Package Manager (fpm)"
5
homepage "https://fpm.fortran-lang.org"
0 commit comments