summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartino Pilia2019-10-28 10:38:41 +0200
committerMartino Pilia2019-10-28 10:38:41 +0200
commit2afe21221ba43614fb9aa42f98883bee6156edac (patch)
tree96bd7c8baeac2ec1f2a3f66638e0a5373fcbc184
parentaefb66a2be614df82737e9f03c754925a329811a (diff)
downloadaur-2afe21221ba43614fb9aa42f98883bee6156edac.tar.gz
Version 5.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c533a8e05af2..06aff3befffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = elastix-bin
pkgdesc = Toolbox for rigid and nonrigid registration of images
- pkgver = 4.9.0
+ pkgver = 5.0.0
pkgrel = 1
url = http://elastix.isi.uu.nl/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = elastix-bin
provides = elastix
conflicts = elastix-git
conflicts = elastix
- source = https://github.com/SuperElastix/elastix/releases/download/4.9.0/elastix-4.9.0-linux.tar.bz2
- sha512sums = 9523e0ad5a949c6cd99a76c1877e9c9db7ddf0d2801ce6fd8d80fadfb922bf250b743e45656fac3095d760ca9da51c0214a9eb2b52af689a1eb28d1971402b43
+ source = https://github.com/SuperElastix/elastix/releases/download/5.0.0/elastix-5.0.0-linux.tar.bz2
+ sha256sums = 7c6bdc7667aaf736b1f5bd70ad496288f737106fd1cb22c019f0bae0363d8b5c
pkgname = elastix-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3386ffa8bba6..09f987540b3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer of this PKBGUILD file: Martino Pilia <martino.pilia@gmail.com>
_pkgname=elastix
pkgname=${_pkgname}-bin
-pkgver=4.9.0
+pkgver=5.0.0
pkgrel=1
pkgdesc='Toolbox for rigid and nonrigid registration of images'
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=()
optdepends=()
conflicts=('elastix-git' 'elastix')
source=("https://github.com/SuperElastix/elastix/releases/download/${pkgver}/elastix-${pkgver}-linux.tar.bz2")
-sha512sums=('9523e0ad5a949c6cd99a76c1877e9c9db7ddf0d2801ce6fd8d80fadfb922bf250b743e45656fac3095d760ca9da51c0214a9eb2b52af689a1eb28d1971402b43')
+sha256sums=('7c6bdc7667aaf736b1f5bd70ad496288f737106fd1cb22c019f0bae0363d8b5c')
package() {
cd "${srcdir}"