diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2021-11-07 08:10:39 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2021-11-07 23:27:09 +0000 |
commit | 20db0bcd3a1e91f7d3e81eba5f092ef8c8c64cdf (patch) | |
tree | 8412406a3e0a8dbb42c3db14acbe002e0ca6a00a | |
parent | 3cd50cb8cb0846e699036e6094a483b4c994b411 (diff) | |
download | aports-20db0bcd3a1e91f7d3e81eba5f092ef8c8c64cdf.tar.gz aports-20db0bcd3a1e91f7d3e81eba5f092ef8c8c64cdf.tar.bz2 aports-20db0bcd3a1e91f7d3e81eba5f092ef8c8c64cdf.tar.xz |
testing/lxqt-config: upgrade to 1.0.0
-rw-r--r-- | testing/lxqt-config/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lxqt-config/APKBUILD b/testing/lxqt-config/APKBUILD index b150f176c69..872acd4456f 100644 --- a/testing/lxqt-config/APKBUILD +++ b/testing/lxqt-config/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Antoni Aloy <aaloytorrens@gmail.com> pkgname=lxqt-config -pkgver=0.17.1 +pkgver=1.0.0 pkgrel=0 pkgdesc="Tools to configure LXQt and the underlying operating system" url="https://github.com/lxqt/lxqt-config" @@ -33,5 +33,5 @@ package() { DESTDIR="$pkgdir" cmake --build build --target install } sha512sums=" -2173acd18ffa5aeee9d11bd73955d0475b53a335df7d95523a2297b5ef3f9a8e4e135a290e7a720a227a92c84532a64d9fbc7a811de242dd32f9e70d036d3ca6 lxqt-config-0.17.1.tar.xz +cb544ae4635913d693a634a675a769b5ffcae9eb542507e5c6166a85558409302e56753ffac16a2299b613313d11c5f310e530cc7b801393b6f124542245c88e lxqt-config-1.0.0.tar.xz " |