diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-12-12 06:50:40 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-12-12 16:36:43 +0000 |
commit | b9ae151476e77820ff5038f249051ad6da918cfa (patch) | |
tree | 318e2747ee0c4dbefe2c6e7ac210fe7c2ae672be | |
parent | 886c3f51badd35bc27c8363237ae5b32e7706d9c (diff) | |
download | aports-b9ae151476e77820ff5038f249051ad6da918cfa.tar.gz aports-b9ae151476e77820ff5038f249051ad6da918cfa.tar.bz2 aports-b9ae151476e77820ff5038f249051ad6da918cfa.tar.xz |
community/gtk-layer-shell: upgrade to 0.5.2
-rw-r--r-- | community/gtk-layer-shell/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gtk-layer-shell/APKBUILD b/community/gtk-layer-shell/APKBUILD index d980671884..2cb81b5a50 100644 --- a/community/gtk-layer-shell/APKBUILD +++ b/community/gtk-layer-shell/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: pkgname=gtk-layer-shell -pkgver=0.5.1 +pkgver=0.5.2 pkgrel=0 pkgdesc="Create panels and other desktop components in Wayland using the Layer Shell protocol" url="https://github.com/wmww/gtk-layer-shell" @@ -28,4 +28,4 @@ package() { DESTDIR="$pkgdir" meson install --no-rebuild -C output } -sha512sums="110b92b643dede089021e4e502634415acc75e7cc76c11beb1a987922d31d5342257b81ddb51ba9fea204056113f1f0b90b776f84b603cddb7997ea99bb6344e gtk-layer-shell-0.5.1.tar.gz" +sha512sums="3c8254e3812af52844e3c3aa4fe96553a33964db2234758eb734e4207ff9591f0c9541e064a348ad64e6272ec90359ba5687d557fd1693b70a9d06c541e79a58 gtk-layer-shell-0.5.2.tar.gz" |