summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1fca62907d1..d773ac3c1c6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-torchio
_pkgname=torchio
-pkgver=0.18.21
+pkgver=0.18.23
pkgrel=1
pkgdesc='Tools for medical image processing in deep learning and PyTorch'
arch=(any)
@@ -28,7 +28,7 @@ checkdepends=(
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/fepegar/torchio/archive/v${pkgver}.tar.gz")
-sha512sums=('a0adfc438aa0132477fc2706345aed025f59e751b7b16ddcb517a1c3d012ad72540e0fdd2d70ba152f744e954321bbfa0177b60d61c47a085c077c6c18e683e3')
+sha512sums=('f0cb95bee556b49a0bb1b85d454a683d16772d5677a8787886c0fce75e5959efeb1861756f386b896485a5fd94d09ce8c5b2739c441cedade9590c1ccef89706')
build() {
cd "${_pkgname}-${pkgver}"