summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f376179166fb..99db489cdacf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = feynhiggs
pkgdesc = FeynHiggs is a Fortran code for the (diagrammatic) calculation of the masses, mixings and much more of the Higgs bosons in the MSSM with real/complex parameters at the highest level of accuracy.
- pkgver = 2.18.1
+ pkgver = 2.19.0
pkgrel = 1
url = http://wwwth.mpp.mpg.de/members/heinemey/feynhiggs/cFeynHiggs.html
arch = x86_64
license = GPL3
depends = gcc-fortran
options = staticlibs
- source = http://wwwth.mpp.mpg.de/members/heinemey/feynhiggs/newversion/FeynHiggs-2.18.1.tar.gz
- sha256sums = a9cdc4e2759f96fb9bd981b7be1ba8df070fb20c46d5b95e0c9700fccafe5ee6
+ source = http://wwwth.mpp.mpg.de/members/heinemey/feynhiggs/newversion/FeynHiggs-2.19.0.tar.gz
+ sha256sums = 42adefd41f37dd50613bd0d1d3ee462edb7f3e8a390ae5f584c571d69b7099be
pkgname = feynhiggs
diff --git a/PKGBUILD b/PKGBUILD
index 11f7ca773f08..0c263001aab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=FeynHiggs
pkgname=feynhiggs
-pkgver=2.18.1
+pkgver=2.19.0
pkgrel=1
pkgdesc="FeynHiggs is a Fortran code for the (diagrammatic) calculation of the masses, mixings and much more of the Higgs bosons in the MSSM with real/complex parameters at the highest level of accuracy."
arch=("x86_64")
@@ -11,7 +11,7 @@ license=('GPL3')
depends=("gcc-fortran")
options=('staticlibs')
source=("http://wwwth.mpp.mpg.de/members/heinemey/feynhiggs/newversion/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('a9cdc4e2759f96fb9bd981b7be1ba8df070fb20c46d5b95e0c9700fccafe5ee6')
+sha256sums=('42adefd41f37dd50613bd0d1d3ee462edb7f3e8a390ae5f584c571d69b7099be')
prepare() {
cd "${_pkgname}-$pkgver"