diff options
author | Síle Ekaterin Liszka <sheila@vulpine.house> | 2022-12-12 07:01:20 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2023-02-08 17:06:23 +0000 |
commit | e3996abe93d84f21ec664a8e04c2e56fed5c9ed6 (patch) | |
tree | 1ccc9379b5bf243236af0e6740f4147a9bfb2ab6 /user/lxqt-about/APKBUILD | |
parent | 51a70d5e270d5049c53d49986b860cb4dcaab78d (diff) | |
download | packages-e3996abe93d84f21ec664a8e04c2e56fed5c9ed6.tar.gz packages-e3996abe93d84f21ec664a8e04c2e56fed5c9ed6.tar.bz2 packages-e3996abe93d84f21ec664a8e04c2e56fed5c9ed6.tar.xz packages-e3996abe93d84f21ec664a8e04c2e56fed5c9ed6.zip |
user/lxqt-about: upgrade to 1.2.0
Diffstat (limited to 'user/lxqt-about/APKBUILD')
-rw-r--r-- | user/lxqt-about/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/lxqt-about/APKBUILD b/user/lxqt-about/APKBUILD index e0fc1d51f..c1fcc1ac8 100644 --- a/user/lxqt-about/APKBUILD +++ b/user/lxqt-about/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Síle Ekaterin Liszka <sheila@vulpine.house> # Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=lxqt-about -pkgver=0.17.0 -_lxqt=0.9.0 +pkgver=1.2.0 +_lxqt=0.12.0 pkgrel=0 pkgdesc="Dialog window providing information about LXQt and the running system" url="https://lxqt.github.io/" @@ -33,4 +33,4 @@ package() { make DESTDIR="$pkgdir" -C build install } -sha512sums="d347db528a267b857279a96fba31ebfcb1468603cb16c6f002d1675ddf351524f6a93d811f2f980dafd2c46db4a2a86b4521ce82157050dd3166f74c771c4367 lxqt-about-0.17.0.tar.xz" +sha512sums="16513bda9dc243fad1196f30fe9f90558c96a3bbe64f7575bf8e393e95a4fd2ead3abcb5542b237b3766c5f25cc04fe782b22918bce65ab339e9b94e616f4790 lxqt-about-1.2.0.tar.xz" |