summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLiam Timms2020-12-30 22:21:44 -0500
committerLiam Timms2020-12-30 22:21:44 -0500
commit6ae0318ee657c4bfe252f81be8fb5ae303c011a4 (patch)
tree51a5c0c2ecdb81e6fa04298fdc3894369c616571 /PKGBUILD
parentd3790c58624090fc28585676988664fd29f65f40 (diff)
downloadaur-6ae0318ee657c4bfe252f81be8fb5ae303c011a4.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 421fa4b71ed9..4ae1924c37ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='ants'
pkgname="${_pkgname}"
-pkgver=2.3.4
+pkgver=2.3.5
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=('bdc510c1a816a03377e4c08e69781e84')
+md5sums=('ecd2b3d98f1ba8880800700db50cee57')
prepare() {
cd "${srcdir}/ANTs-${pkgver}"