diff options
-rw-r--r-- | testing/toxcore/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/toxcore/APKBUILD b/testing/toxcore/APKBUILD index 60e6c99444..781f47fe20 100644 --- a/testing/toxcore/APKBUILD +++ b/testing/toxcore/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Jonathan Sieber <mail@strfry.org> pkgname=toxcore -pkgver=0.2.9 -pkgrel=1 +pkgver=0.2.10 +pkgrel=0 pkgdesc="Tox communication project - Core Library" url="https://tox.chat/" arch="all" @@ -33,4 +33,4 @@ package() { rm -f "$pkgdir"/usr/lib/*.a } -sha512sums="917826a906a9ca4f04f34494616b8e36ec9e74c6b0709c50e8fe2dd9da680d170013fef242a3fe1b834e8e54cd2dde6be1c14e5d977f8531436ef34280bc3966 toxcore-0.2.9.tar.gz" +sha512sums="8a6a78c52a67be0b727d0d3a8d1cece20ad716a2e694df0aa747eee7764f64c957458584f59db5e727a9803ed7b21adc1ad8d7e80fd6651e7774ca3504b38fc7 toxcore-0.2.10.tar.gz" |