From dd16267d644df90c92271ea4f55a21e93ab8bdea Mon Sep 17 00:00:00 2001
From: Andy Postnikov <apostnikov@gmail.com>
Date: Mon, 11 Jan 2021 14:12:54 +0200
Subject: [PATCH] testing/php7-pecl-swoole: upgrade to 4.6.1

---
 testing/php7-pecl-swoole/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/php7-pecl-swoole/APKBUILD b/testing/php7-pecl-swoole/APKBUILD
index dc1cf867a117..4e45ddca099c 100644
--- a/testing/php7-pecl-swoole/APKBUILD
+++ b/testing/php7-pecl-swoole/APKBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Andy Postnikov <apostnikov@gmail.com>
 pkgname=php7-pecl-swoole
 _extname=swoole
-pkgver=4.6.0
-pkgrel=1
+pkgver=4.6.1
+pkgrel=0
 pkgdesc="Event-driven asynchronous and concurrent networking engine with high performance for PHP."
 url="https://pecl.php.net/package/swoole"
 arch="all"
@@ -40,4 +40,4 @@ package() {
 	echo "extension=$_extname.so" > $_confdir/50_$_extname.ini
 }
 
-sha512sums="7572cccf75a5526438fda72c831ba580ccb8dd8c656e951bc53e272bfc4c9a52660dc3ae4ddfb9f10a5f5752cb30680acba5932ba1244245c317ad425e836c40  php-pecl-swoole-4.6.0.tgz"
+sha512sums="8fd42dd168324c98847cfee0c92a9877defea9025bb27f53662af5e11db395c48842baf9c20bd092b9b97fb2b3a4a6981cad03f5db1747ba5618ab9d9606811e  php-pecl-swoole-4.6.1.tgz"
-- 
GitLab