summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Wieczorek2017-07-19 14:29:15 +0200
committerMarcin Wieczorek2017-07-19 14:29:15 +0200
commite75dd6c8d32b2d9d6501bc2a032ea0184c591a44 (patch)
tree1c72b05a7c825999d6ec2d51f3ce3ed50fb93801 /PKGBUILD
parent4bc6e0443ad46e912fbf370124cd6672941f88f9 (diff)
downloadaur-e75dd6c8d32b2d9d6501bc2a032ea0184c591a44.tar.gz
Version 0.6.6
_pkgver="R_${pkgver//./_}"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49fc5a4dc7f8..6911dacba189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Adam Ehlers Nyholm Thomsen<adament@adament.net>
pkgname=davix
-pkgver=0.6.4
+pkgver=0.6.6
_pkgver="R_${pkgver//./_}"
pkgrel=1
pkgdesc="A client for data and file management over the WebDav, Amazon S3, Microsoft Azure and HTTP protocols."
@@ -15,7 +15,7 @@ checkdepends=('gtest')
optdepends=()
conflicts=(davix-git)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cern-it-sdc-id/${pkgname}/archive/${_pkgver}.tar.gz")
-sha256sums=('9e5a35796e8129438e0caee95bd54146162f8336c5a7cdf5e257aa48de6d03fa')
+sha256sums=('f807615aef8e65a047f1d2c7920aefffadce62dbc96996070bcdea60c283cf8b')
build() {
cd "${pkgname}-${_pkgver}"