summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2022-10-19 16:15:39 -0400
committerLiam Timms2022-10-19 16:15:39 -0400
commitf38616f50e9ee77bd85834c66eb217e4818a7f86 (patch)
treef06eefafb19379e7b7e8791fae3cbd22602f66fc
parent9d25e53f1efb44142cc45666348f12b70fb3957c (diff)
downloadaur-f38616f50e9ee77bd85834c66eb217e4818a7f86.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cfdb2c0b34b..b987547171f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ants
pkgdesc = Advanced Normalization Tools (ANTs) computes high-dimensional \ mappings to capture the statistics of brain structure and function
- pkgver = 2.4.0
+ pkgver = 2.4.2
pkgrel = 1
url = http://www.picsl.upenn.edu/ANTS/
arch = i686
@@ -14,7 +14,7 @@ pkgbase = ants
depends = insight-toolkit>=5
provides = ants
conflicts = ants
- source = https://github.com/ANTsX/ANTs/archive/v2.4.0.tar.gz
- md5sums = 35fef402ede48f80dae507c3e42fbdad
+ source = https://github.com/ANTsX/ANTs/archive/v2.4.2.tar.gz
+ md5sums = 31f99492769f2be69b48f8a4e941447a
pkgname = ants
diff --git a/PKGBUILD b/PKGBUILD
index 7827001ce5ac..72683c8dcb17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='ants'
pkgname="${_pkgname}"
-pkgver=2.4.0
+pkgver=2.4.2
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=('35fef402ede48f80dae507c3e42fbdad')
+md5sums=('31f99492769f2be69b48f8a4e941447a')
prepare() {
cd "${srcdir}/ANTs-${pkgver}"