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 b127603c45ab..7d0685d30556 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.0
+pkgver=4.6.1
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=('63de7564eab706f03df8447732b73616e5bb6ccf24c1f89e197f797081d0393c')
+sha256sums=('2df2be173e922b2794e0457f537fe0b0276a66515051cbb8c61e488cfe12f795')
package() {
cd math-${pkgver/_/-}