summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Ong2022-07-30 10:39:40 -0400
committerJoel Ong2022-07-30 10:39:40 -0400
commit07785e28d67f92e38c4e465bd31ddbcd562f8497 (patch)
tree18396b095a7ef12405e5fc078b26ce5ac4a9e237
parente2d5d2d03bb51b78ecfcf18d8e9173b1d894fdb9 (diff)
downloadaur-07785e28d67f92e38c4e465bd31ddbcd562f8497.tar.gz
22.6.1
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03029b9c5ca6..493807beb506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=mesasdk
pkgdesc="Software development kit for use with the MESA stellar evolution code"
-pkgver=21.4.1
+pkgver=22.6.1
pkgrel=1
epoch=1
arch=('x86_64')
-url="http://www.astro.wisc.edu/~townsend/static.php?ref=mesasdk"
+url="http://user.astro.wisc.edu/~townsend/static.php?ref=mesasdk"
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=('8cc8d2a49df3ffabfd86a23729f96a15f3e48d77')
+source=("http://user.astro.wisc.edu/~townsend/resource/download/${pkgname}/${pkgname}-x86_64-linux-${pkgver}.tar.gz")
+sha1sums=('7064eb5f636ac7af40a94fc80cf177963307f37c')
options=(staticlibs !strip)
package() {