summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLiam Timms2023-05-04 13:55:07 -0400
committerLiam Timms2023-05-04 13:55:07 -0400
commitefac9e48d28bfcb8109008e1a70a413465fbf1e5 (patch)
tree9a566a610bfa845145e6b3a8b2993e1346786a71 /PKGBUILD
parent75938c727ba621523f10571f6cf79491ad25202d (diff)
downloadaur-ants.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c1ce5bbc33f..c4f914216add 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='ants'
pkgname="${_pkgname}"
-pkgver=2.4.3
+pkgver=2.4.4
pkgrel=1
pkgdesc='Advanced Normalization Tools (ANTs) computes high-dimensional \
mappings to capture the statistics of brain structure and function'
@@ -16,7 +16,7 @@ optdepends=()
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("https://github.com/ANTsX/ANTs/archive/v${pkgver}.tar.gz")
-md5sums=('cb8630a3a469fc0008a6029b392d3049')
+md5sums=('f1a46856b031a1574e051f90fb9b2241')
prepare() {
cd "${srcdir}/ANTs-${pkgver}"