summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5194b0f12f5..3f817f326156 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = petsc
pkgdesc = Portable, extensible toolkit for scientific computation
- pkgver = 3.11.2
+ pkgver = 3.11.3
pkgrel = 1
url = https://www.mcs.anl.gov/petsc/
install = petsc.install
@@ -28,7 +28,7 @@ pkgbase = petsc
options = staticlibs
source = http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-3.11.2.tar.gz
source = test_optdepends.sh
- sha256sums = b3bed2a9263193c84138052a1b92d47299c3490dd24d1d0bf79fb884e71e678a
+ sha256sums = 199ad9650a9f58603b49e7fff7cd003ceb03aa231e5d37d0bf0496c6348eca81
sha256sums = 849b029612312ee5baae43507e56aa32a2b2cb7a6cc4a0b432eb7354dec794d7
pkgname = petsc
diff --git a/PKGBUILD b/PKGBUILD
index c9a4c0b3ad55..2df52c322860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Myles English <myles at rockhead dot biz>
# Contributor: Lucas H. Gabrielli <heitzmann at gmail dot com>
pkgname=petsc
-pkgver=3.11.2
+pkgver=3.11.3
pkgrel=1
_config=linux-c-opt
# if --with-debugging=yes is set then PETSC_ARCH is automatically set to
@@ -31,7 +31,7 @@ optdepends=('trilinos: support for trilinos'
install=petsc.install
source=(http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/${pkgname}-${pkgver/_/-}.tar.gz
test_optdepends.sh)
-sha256sums=('4d244dd7d1565d6534e776445fcf6977a6ee2a8bb2be4a36ac1e0fc1f9ad9cfa'
+sha256sums=('199ad9650a9f58603b49e7fff7cd003ceb03aa231e5d37d0bf0496c6348eca81'
'849b029612312ee5baae43507e56aa32a2b2cb7a6cc4a0b432eb7354dec794d7')
_install_dir=/opt/petsc/${_config}