diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-25 08:10:57 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-25 11:27:48 +0000 |
commit | ae6c516f7c4605b6147c79c4152461d7be31bc3b (patch) | |
tree | e1381e6ad1b73ba589b7ae01dc4bf37cd2272d81 /testing/toxcore | |
parent | 46acc877d6a42172f26f705762084e1968cded22 (diff) | |
download | aports-ae6c516f7c4605b6147c79c4152461d7be31bc3b.tar.bz2 aports-ae6c516f7c4605b6147c79c4152461d7be31bc3b.tar.xz |
testing/toxcore: upgrade to 0.2.11
Diffstat (limited to 'testing/toxcore')
-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 c77708d5eb..9be266931c 100644 --- a/testing/toxcore/APKBUILD +++ b/testing/toxcore/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Jonathan Sieber <mail@strfry.org> pkgname=toxcore -pkgver=0.2.10 -pkgrel=1 +pkgver=0.2.11 +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="8a6a78c52a67be0b727d0d3a8d1cece20ad716a2e694df0aa747eee7764f64c957458584f59db5e727a9803ed7b21adc1ad8d7e80fd6651e7774ca3504b38fc7 toxcore-0.2.10.tar.gz" +sha512sums="616b30423a170463b4445f6940e038fd9af820946c970260fcf72cc54d08d2615364b9f086869180e3ae26154ea92fea6e9a602366306bc40c3e1575e86350df toxcore-0.2.11.tar.gz" |