diff options
Diffstat (limited to 'community/sonnet/APKBUILD')
-rw-r--r-- | community/sonnet/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/sonnet/APKBUILD b/community/sonnet/APKBUILD index 8913c90254..757937f832 100644 --- a/community/sonnet/APKBUILD +++ b/community/sonnet/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=sonnet -pkgver=5.64.0 +pkgver=5.65.0 pkgrel=0 pkgdesc="Spelling framework for Qt5" arch="all" @@ -38,4 +38,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="37a2f17de5d47a9966452d95d2a2c82816467a6ec0c6a3318c40847b641310c568d84c6acb99f1f4a54d02e8e4b7f17e76eee36410ad194b0a33170557f1282e sonnet-5.64.0.tar.xz" +sha512sums="37c459d6de59d974fc8a0812d3ce55661a1c85eefa551f8c7a7d2a4b2c37f55b163f7bcea4334f6467cca65cdd7a4dd67b6217c8f167eefc56d9dbac2223e2fa sonnet-5.65.0.tar.xz" |