git » qcoro.git » commit 05f46f8

Update to 0.9.0

author Antonio Rojas
2023-04-27 15:01:02 UTC
committer Antonio Rojas
2023-04-27 15:01:02 UTC
parent 15850dd12d6eb15005c7af08f26d678cc027a5f7

Update to 0.9.0

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index ba83d80..819cf54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgbase=qcoro
 pkgname=(qcoro-qt5 qcoro-qt6)
-pkgver=0.8.0
+pkgver=0.9.0
 pkgrel=1
 pkgdesc='C++ Coroutines for Qt'
 arch=(x86_64)
@@ -10,7 +10,7 @@ url='https://github.com/danvratil/qcoro'
 license=(MIT)
 makedepends=(cmake qt5-websockets qt6-websockets qt5-declarative qt6-declarative)
 source=(https://github.com/danvratil/qcoro/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('28f90d817f42352084242f7a1ff090c5cff92359e4dbecea8f04d39ebcf630f8')
+sha256sums=('cfaf6b778450f06adac4ce5e353eb6eae213a3b62b8c8740520d58cf9fe3ec1a')
 
 build() {
   cmake -B build5 -S $pkgbase-$pkgver \