summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorurawotlol2022-01-14 15:58:57 +1300
committerurawotlol2022-01-14 15:58:57 +1300
commit4ca8697398d62556f2cfe7f0513ed406475ec7dc (patch)
tree437423ca10799169a43171be8993c3f187527ab2
parentcf2a3294447d4ae03e9f39d23c308b1db1009e4f (diff)
downloadaur-4ca8697398d62556f2cfe7f0513ed406475ec7dc.tar.gz
Updated to 9.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf6f43f336a9..d53134d8ddf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drbd-utils
pkgdesc = Userland tools for Distributed Replicated Block Device
- pkgver = 9.19.1
+ pkgver = 9.20.0
pkgrel = 1
url = https://www.linbit.com/en/drbd-community/drbd-download/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = drbd-utils
replaces = drbd
backup = etc/drbd.conf
backup = etc/drbd.d/global_common.conf
- source = https://pkg.linbit.com//downloads/drbd/utils/drbd-utils-9.19.1.tar.gz
- md5sums = fe7119b497c617d05cd8f7b9c703b034
+ source = https://pkg.linbit.com//downloads/drbd/utils/drbd-utils-9.20.0.tar.gz
+ md5sums = 4aa0166684ab1b8abd3e9ca42f9f6d8e
pkgname = drbd-utils
diff --git a/PKGBUILD b/PKGBUILD
index cc658047d540..17ee1e646fe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien Luttringer
pkgname=drbd-utils
-pkgver=9.19.1
+pkgver=9.20.0
pkgrel=1
arch=('x86_64')
pkgdesc='Userland tools for Distributed Replicated Block Device'
@@ -14,7 +14,7 @@ conflicts=('drbd')
replaces=('drbd')
source=(https://pkg.linbit.com//downloads/drbd/utils/drbd-utils-$pkgver.tar.gz)
backup=('etc/drbd.conf' 'etc/drbd.d/global_common.conf')
-md5sums=('fe7119b497c617d05cd8f7b9c703b034')
+md5sums=('4aa0166684ab1b8abd3e9ca42f9f6d8e')
build() {
cd $pkgname-$pkgver