summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Jonglez2016-11-29 00:50:33 +0100
committerBaptiste Jonglez2016-11-29 00:50:33 +0100
commit2cc59fb72b08d07064e8ca981f574b5ce9689460 (patch)
treef693f2ef70dfd6fb28570ff42c46c80bd44bc552 /PKGBUILD
parentd5b04dbf92fe9ae8db3e0fc1cf41bf39a38a136b (diff)
downloadaur-2cc59fb72b08d07064e8ca981f574b5ce9689460.tar.gz
bdsync: Update to 0.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edd6bd8c4105..a85cab832011 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
pkgname=bdsync
-pkgver=0.8
+pkgver=0.10
pkgrel=1
pkgdesc="Fast block device synchronizing tool"
arch=("i686" "x86_64")
url="http://bdsync.rolf-fokkens.nl/"
license=('GPL')
depends=("openssl" "zlib")
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/TargetHolding/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('2c0139a71e0ee1cf0413afaab5c33263')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/TargetHolding/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('da57d3b0e4bf2f7947c4cee2e7e2916033e3844d73718fb52d59775f76e1383e')
build() {
cd "$srcdir/$pkgname-$pkgver"