summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Ong2024-03-11 18:44:33 -1000
committerJoel Ong2024-03-11 18:44:33 -1000
commit4c7c3d62bc0a4e0fab48b3ce6b4cd80cac7cb38e (patch)
tree51ba920e9cede3834f6f2f3c5313a781ab9de56c
parent594711919fa9b55b406978a15ae45f7ffce871bb (diff)
downloadaur-4c7c3d62bc0a4e0fab48b3ce6b4cd80cac7cb38e.tar.gz
Update to version 23.7.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d208dfeff4d..60e49dd9a7d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mesasdk
pkgdesc = Software development kit for use with the MESA stellar evolution code
- pkgver = 22.6.1
+ pkgver = 23.7.3
pkgrel = 1
epoch = 1
url = http://user.astro.wisc.edu/~townsend/static.php?ref=mesasdk
@@ -17,6 +17,6 @@ pkgbase = mesasdk
options = staticlibs
options = !strip
source = http://user.astro.wisc.edu/~townsend/resource/download/mesasdk/mesasdk-x86_64-linux-21.4.1.tar.gz
- sha1sums = 7064eb5f636ac7af40a94fc80cf177963307f37
+ sha1sums = e8930565f7bed92b104aeee9186649e4f85d17e0
pkgname = mesasdk
diff --git a/PKGBUILD b/PKGBUILD
index 493807beb506..b49471e963f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mesasdk
pkgdesc="Software development kit for use with the MESA stellar evolution code"
-pkgver=22.6.1
+pkgver=23.7.3
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://user.astro.wisc.edu/~townsend/resource/download/${pkgname}/${pkgname}-x86_64-linux-${pkgver}.tar.gz")
-sha1sums=('7064eb5f636ac7af40a94fc80cf177963307f37c')
+sha1sums=('e8930565f7bed92b104aeee9186649e4f85d17e0')
options=(staticlibs !strip)
package() {
@@ -22,3 +22,4 @@ package() {
# get rid of the old .regen_headers
rm -f ${pkgdir}/opt/mesasdk/.regen_headers
}
+