summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba404ad4bd71..4d54dc6b0b3e 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.7.0
+pkgver=4.8.0
pkgrel=1
pkgdesc="reverse-mode automatic differentiation library"
-license=('BSD')
+license=('BSD-3-Clause')
arch=('any')
url="https://github.com/stan-dev/math"
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver/_/-}.tar.gz")
-sha256sums=('c314325d20c3f4a3b6eda31b41f84f71c3fff9521906b5c3ff671e5702ded92f')
+sha256sums=('b707737c8ce6833cf2b0d279f380c0d7fd47c76288578982dafeabf583b738c1')
package() {
cd math-${pkgver/_/-}