summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbanana-bred2024-01-08 13:05:05 -0500
committerbanana-bred2024-01-08 13:05:05 -0500
commitb3a2b5af9b6941bed18c1ddbb9e2552c60375d9a (patch)
treef5e75c552621310f4106b53dd21c9ed398c58fee
parent9e550a8e14f57b9f3ce357652f92390701060613 (diff)
downloadaur-b3a2b5af9b6941bed18c1ddbb9e2552c60375d9a.tar.gz
update to v0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a45b4111f64..c8053372b3b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fortran-fpm-bin
pkgdesc = A Fortran package manager and build system
- pkgver = 0.9.0
+ pkgver = 0.10.0
pkgrel = 1
url = https://fpm.fortran-lang.org/
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = fortran-fpm-bin
depends = git
conflicts = fpm
conflicts = fortran-fpm
- source = https://github.com/fortran-lang/fpm/releases/download/v0.9.0/fpm-0.9.0-linux-x86_64
+ source = https://github.com/fortran-lang/fpm/releases/download/v0.10.0/fpm-0.10.0-linux-x86_64
source = https://raw.githubusercontent.com/fortran-lang/fpm/main/LICENSE
- sha256sums = d8c5d0070a04725624c00a3cbc28e9e5187f8ac522509ba2290e21da1c4477e8
+ sha256sums = 5d54c1f39a088b9c9a7bec13366c6901df4abddf1be39448e112a5f0385cdc12
sha256sums = b7e33601c0130d1a674fcc772ed9b7804460d1896469a5b219ba4062efcd9fb9
pkgname = fortran-fpm-bin
diff --git a/PKGBUILD b/PKGBUILD
index 367c484758b8..f00d71978e90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fortran-fpm-bin
_name=fpm
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
epoch=
pkgdesc='A Fortran package manager and build system'
@@ -27,7 +27,7 @@ source=(
"https://raw.githubusercontent.com/fortran-lang/fpm/main/LICENSE"
)
sha256sums=(
- 'd8c5d0070a04725624c00a3cbc28e9e5187f8ac522509ba2290e21da1c4477e8'
+ '5d54c1f39a088b9c9a7bec13366c6901df4abddf1be39448e112a5f0385cdc12'
'b7e33601c0130d1a674fcc772ed9b7804460d1896469a5b219ba4062efcd9fb9'
)