Skip to content

Commit

Permalink
Merge pull request #19691 from gnikit/release/v0.10.0
Browse files Browse the repository at this point in the history
fpm: update to 0.10.0
  • Loading branch information
lazka authored Jan 9, 2024
2 parents d283088 + e047001 commit af8979e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mingw-w64-fpm/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=fpm
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.9.0
pkgver=0.10.0
pkgrel=1
arch=('any')
mingw_arch=('mingw64' 'ucrt64')
Expand All @@ -18,8 +18,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-fc"
optdepends=("git: Support for fetching projects with git")
source=(${_realname}-${pkgver}.zip::"${url}/releases/download/v${pkgver}/fpm-${pkgver}.zip"
${_realname}-${pkgver}.F90::"${url}/releases/download/v${pkgver}/fpm-${pkgver}.F90")
sha256sums=('484debabd7d22186ac41f865ddf63475c279a61a51aaff5636ed615860b5b8d7'
'556b3883ba1db6fd62c99ba7143f1e97ebb409729c4209f03aa3c6fc970cce3f')
sha256sums=('00d687e17bdada4dcae0ff1ea2e01bad287dcc77a74c3bbde0c9ff9633b655bb'
'48e563db74af6b9396ebe4a67bd371210e2ea8c6e2b3cc230e68183ce7509422')
noextract=(${_realname}-${pkgver}.F90)

build() {
Expand Down

0 comments on commit af8979e

Please sign in to comment.