diff options
Diffstat (limited to 'user/qastools')
-rw-r--r-- | user/qastools/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/qastools/APKBUILD b/user/qastools/APKBUILD index 0586a751d..fc15db669 100644 --- a/user/qastools/APKBUILD +++ b/user/qastools/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=qastools -pkgver=0.22.0 +pkgver=0.23.0 pkgrel=0 pkgdesc="ALSA mixer and utilities for Qt" url="https://gitlab.com/sebholt/qastools" @@ -36,4 +36,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="5f4c845df00e00236d61ad1009fc6aa529996e02a03aeb92211a12facf9bdce5e1626f4c97d96d88827dfe689bd961d1a2fd3f9164dca6947c08b4fc1d78483d qastools-v0.22.0.tar.bz2" +sha512sums="543e2f6407ba36f7cb0ce811ee1ceac14652960c58636671fabeaca25d154db263b654d07795ec2a81232b1e177469cbb45617099d40af47d6ab1148443582fb qastools-v0.23.0.tar.bz2" |