summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Małek2018-07-04 00:23:56 +0200
committerMichał Małek2018-07-04 00:23:56 +0200
commit5656e23c1acc8d1ae5fff2a0e5abe4320ee6a3cc (patch)
treedd54f348d48ce885002916ae545e74001d9d5747 /PKGBUILD
parentb5e1645fed5e19120613b9230134cd9cfe184b0d (diff)
downloadaur-5656e23c1acc8d1ae5fff2a0e5abe4320ee6a3cc.tar.gz
Update to version 1.3.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d65e417a8637..43654cb7e73f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Sharif Olorin <sio@tesser.org>
pkgname=orthanc
-pkgver=1.3.0
+pkgver=1.3.2
pkgrel=1
pkgdesc="Open-source, lightweight DICOM server."
arch=("x86_64" "i686")
url="http://orthanc-server.com/"
license=("custom:GPL3WithOpenSSLException")
source=("https://www.orthanc-server.com/downloads/get.php?path=/orthanc/Orthanc-${pkgver}.tar.gz")
-sha256sums=('a68b3c3fda8ea5cd065d356b314737634d8088d6ab2380c9ccfa433cc8fe61de')
+sha256sums=('2357210fb6d7d8d99d5b67c3136abd7e7ec23a92f0946eeb2661aad7e6dcaaf3')
depends=("boost" "curl" "dcmtk" "jsoncpp" "libjpeg-turbo" "libpng" "openssl" "pugixml" "sqlite" "util-linux")
makedepends=("cmake" "doxygen" "gtest" "make" "python")