summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbanana-bred2024-03-24 15:10:19 -0400
committerbanana-bred2024-03-24 15:10:19 -0400
commitb902b55f87a4bdf527a522406afcb6023593cdfd (patch)
tree8d2871fce78adcf4e953374c0017271ac57433d4
parentb3a2b5af9b6941bed18c1ddbb9e2552c60375d9a (diff)
downloadaur-fortran-fpm-bin.tar.gz
update to v0.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8053372b3b6..53dd2d7781cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fortran-fpm-bin
pkgdesc = A Fortran package manager and build system
- pkgver = 0.10.0
+ pkgver = 0.10.1
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.10.0/fpm-0.10.0-linux-x86_64
+ source = https://github.com/fortran-lang/fpm/releases/download/v0.10.1/fpm-0.10.1-linux-x86_64
source = https://raw.githubusercontent.com/fortran-lang/fpm/main/LICENSE
- sha256sums = 5d54c1f39a088b9c9a7bec13366c6901df4abddf1be39448e112a5f0385cdc12
+ sha256sums = 2c0759e349fb8c91fc6d4cbc1c355f52cfd1dd15589273550327daf6e7f9932c
sha256sums = b7e33601c0130d1a674fcc772ed9b7804460d1896469a5b219ba4062efcd9fb9
pkgname = fortran-fpm-bin
diff --git a/PKGBUILD b/PKGBUILD
index f00d71978e90..b10fc37f8f13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fortran-fpm-bin
_name=fpm
-pkgver=0.10.0
+pkgver=0.10.1
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=(
- '5d54c1f39a088b9c9a7bec13366c6901df4abddf1be39448e112a5f0385cdc12'
+ 2c0759e349fb8c91fc6d4cbc1c355f52cfd1dd15589273550327daf6e7f9932c
'b7e33601c0130d1a674fcc772ed9b7804460d1896469a5b219ba4062efcd9fb9'
)