[arch-commits] Commit in drbd-utils/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Nov 27 21:05:14 UTC 2018
Date: Tuesday, November 27, 2018 @ 21:05:13
Author: arojas
Revision: 410109
Update to 9.6.0
Modified:
drbd-utils/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-27 21:05:11 UTC (rev 410108)
+++ PKGBUILD 2018-11-27 21:05:13 UTC (rev 410109)
@@ -1,7 +1,7 @@
# Maintainer: Sébastien Luttringer
pkgname=drbd-utils
-pkgver=9.4.0
+pkgver=9.6.0
pkgrel=1
arch=('x86_64')
pkgdesc='Userland tools for Distributed Replicated Block Device'
@@ -11,9 +11,9 @@
makedepends=('libxslt' 'systemd')
conflicts=('drbd')
replaces=('drbd')
-source=("https://www.drbd.org/download/drbd/utils/drbd-utils-$pkgver.tar.gz")
+source=(http://www.linbit.com/downloads/drbd/utils/drbd-utils-$pkgver.tar.gz)
backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('f731d90863be8002379d2ed4bc26b1e8')
+md5sums=('048e058a21a6970d758063feee62d157')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list