summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorclu2022-12-14 00:54:11 -0700
committerclu2022-12-14 00:54:11 -0700
commita2071ade18a5fc19943e72d3ec9079cd2531aea1 (patch)
tree5db4f785b50b0ef71417dcbee56c9d9edc6ea301 /PKGBUILD
parent21bb8cc55e3c9c5a2ca53176ac7e8990093efa71 (diff)
downloadaur-cmpfit.tar.gz
Upgrade to version 1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dea1198b686..7acc3b4aad29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: <clu@eeviac>
pkgname=cmpfit
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="A MINPACK-1 Least Squares Fitting Library in C"
url="http://www.physics.wisc.edu/~craigm/idl/cmpfit.html"
@@ -13,7 +13,7 @@ conflicts=()
replaces=()
backup=()
source=(http://www.physics.wisc.edu/~craigm/idl/down/$pkgname-$pkgver.tar.gz)
-md5sums=('984d13ffa27417f87214954e824b876e')
+md5sums=('67b3e6a4b66762908b00abc0919e77be')
build() {
cd $srcdir/$pkgname-$pkgver