summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosiah Schwab2020-04-04 08:17:02 -0700
committerJosiah Schwab2020-04-04 08:17:02 -0700
commit146181a03bfc97efbd3a78ad13f7cf118551e195 (patch)
tree953b6e29dfc9d7e64b5724bd6bc222b57b6bd091
parent3f9e1f6c048c3a4b1d7ed0750efdb402681bd224 (diff)
downloadaur-146181a03bfc97efbd3a78ad13f7cf118551e195.tar.gz
Update to 20.3.2 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6156e56a306..d6e72a72293f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mesasdk
pkgdesc = Software development kit for use with the MESA stellar evolution code
- pkgver = 20.3.1
+ pkgver = 20.3.2
pkgrel = 1
epoch = 1
url = http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk
@@ -16,8 +16,8 @@ pkgbase = mesasdk
provides = mesasdk
options = staticlibs
options = !strip
- source = http://www.astro.wisc.edu/~townsend/resource/download/mesasdk/mesasdk-x86_64-linux-20.3.1.tar.gz
- sha1sums = cd892b4b80ebbe2004227bea614f79a2a9bbe29d
+ source = http://www.astro.wisc.edu/~townsend/resource/download/mesasdk/mesasdk-x86_64-linux-20.3.2.tar.gz
+ sha1sums = e49067a6a2cc7a6ee53009ee5004f486c140b6bd
pkgname = mesasdk
diff --git a/PKGBUILD b/PKGBUILD
index 51446e7b07a6..62bd5a10ee98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mesasdk
pkgdesc="Software development kit for use with the MESA stellar evolution code"
-pkgver=20.3.1
+pkgver=20.3.2
pkgrel=1
epoch=1
arch=('x86_64')
@@ -12,7 +12,7 @@ provides=('mesasdk')
depends=('binutils' 'make' 'perl' 'libx11' 'zlib' 'tcsh' 'glibc')
install=mesasdk.install
source=("http://www.astro.wisc.edu/~townsend/resource/download/${pkgname}/${pkgname}-x86_64-linux-${pkgver}.tar.gz")
-sha1sums=('cd892b4b80ebbe2004227bea614f79a2a9bbe29d')
+sha1sums=('e49067a6a2cc7a6ee53009ee5004f486c140b6bd')
options=(staticlibs !strip)
package() {