quantlib: update to 1.39

This commit is contained in:
Biswapriyo Nath 2025-08-02 06:29:08 +00:00
parent ec28e342ae
commit 191289bce8

View File

@ -4,7 +4,7 @@ _realname=quantlib
_srcname=QuantLib
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.36
pkgver=1.39
pkgrel=1
pkgdesc="A free/open-source library for quantitative finance. (mingw-w64)"
arch=('any')
@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-boost")
source=("https://github.com/lballabio/QuantLib/releases/download/v${pkgver}/${_srcname}-${pkgver}.tar.gz"
"001-fix-install-destination.patch")
sha256sums=('a0eff3d420cc26c21ab8e55d3fd169448abe631a0fbc9f528a6ac444227824fa'
sha256sums=('0126dac9fab908ca3df411ec8eb888ea1932c1044b1036d6df2f8159451fb700'
'b78988a1fc82eb1d4cafead9abc5e685d5618e50df27f7f093c32962fe2915d5')
prepare() {