quantlib: update to 1.36

This commit is contained in:
Mehdi Chinoune
2025-01-07 17:42:11 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 7eba63b531
commit 423626500d

View File

@@ -4,7 +4,7 @@ _realname=quantlib
_srcname=QuantLib
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.35
pkgver=1.36
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=('fd83657bbc69d8692065256699b7424d5a606dff03e7136a820b6e9675016c89'
sha256sums=('a0eff3d420cc26c21ab8e55d3fd169448abe631a0fbc9f528a6ac444227824fa'
'b78988a1fc82eb1d4cafead9abc5e685d5618e50df27f7f093c32962fe2915d5')
prepare() {