diff options
author | psykose <alice@ayaya.dev> | 2022-11-18 03:03:05 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-11-18 04:03:05 +0100 |
commit | bc9baae5973b3f96a70239d6825cef151643665c (patch) | |
tree | 4a00bcfbacac6d73dcb3915b9e70dd3404620848 | |
parent | dababa4a56ccc9d9e3d6495c831e7ab6c852f376 (diff) | |
download | aports-bc9baae5973b3f96a70239d6825cef151643665c.tar.gz aports-bc9baae5973b3f96a70239d6825cef151643665c.tar.bz2 aports-bc9baae5973b3f96a70239d6825cef151643665c.tar.xz |
testing/icewm: upgrade to 3.2.2
-rw-r--r-- | testing/icewm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/icewm/APKBUILD b/testing/icewm/APKBUILD index 586bc1e430..9b168f48fc 100644 --- a/testing/icewm/APKBUILD +++ b/testing/icewm/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Paul Bredbury <brebs@sent.com> # Maintainer: gay <gay@disroot.org> pkgname=icewm -pkgver=3.2.1 +pkgver=3.2.2 pkgrel=0 pkgdesc="Window manager designed for speed, usability and consistency" url="https://github.com/ice-wm/icewm" @@ -50,5 +50,5 @@ package() { } sha512sums=" -1bb4c15451f81b72af058cf2caa8a3209a837dbd7afeccfa1b7dd1ae0b67fbc9ec64fec9d30eb4d20595f2ef7fedf072bdd3669acb8832024369997cfba9454a icewm-3.2.1.tar.lz +20c0d0794521561f3d1714c674698e1d06cbe72e30df2321facca0ac777af85c91d0dba765837f549d1530834c96a9a16b66af44ffb3e3912d71921f78146d89 icewm-3.2.2.tar.lz " |