summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d0685d30556..c18a2a054218 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: sukanka <su975853527 [at] gmail.com>
# Contributor: xantares <xantares09 [at] hotmail.com>
pkgname=stanmath
-pkgver=4.6.1
+pkgver=4.6.2
pkgrel=1
pkgdesc="reverse-mode automatic differentiation library"
license=('BSD')
arch=('any')
url="https://github.com/stan-dev/math"
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver/_/-}.tar.gz")
-sha256sums=('2df2be173e922b2794e0457f537fe0b0276a66515051cbb8c61e488cfe12f795')
+sha256sums=('30df8657e02ddc77b6c96ac32f8d6f099a61064a113373cd3a11ffd736372ba1')
package() {
cd math-${pkgver/_/-}