From f62fa51fb491b67a9403bc954bacf23f22df1d06 Mon Sep 17 00:00:00 2001
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Fri, 21 Apr 2023 01:04:21 +0000
Subject: [PATCH] community/glusterfs to 11.0-1

---
 community/glusterfs/PKGBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/glusterfs/PKGBUILD b/community/glusterfs/PKGBUILD
index e264ef37f..6eb30d416 100644
--- a/community/glusterfs/PKGBUILD
+++ b/community/glusterfs/PKGBUILD
@@ -8,9 +8,9 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=10.3
+pkgver=11.0
 _major=${pkgver%%.*}
-pkgrel=2
+pkgrel=1
 pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
 url='https://www.gluster.org/'
@@ -29,7 +29,7 @@ optdepends=('glib2: qemu-block'
 	    'python-prettytable: gluster-georep-sshkey')
 source=(https://download.gluster.org/pub/gluster/glusterfs/${_major}/$pkgver/glusterfs-$pkgver.tar.gz
         glusterfs.sysusers)
-sha256sums=('35ff536d5329eebfdb55d92df65a59b5ba36e68c68f084cad38dcf7df0677c8e'
+sha256sums=('0ae8f4a90408813e45d4349e813f78b60e919e1009d29fd174c462f456142696'
             'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {