diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-11-08 20:40:27 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-11-09 20:17:22 +0000 |
commit | cea690b2f64bfd5be2464a7324f16fda2eda0a5f (patch) | |
tree | 0457192219a1a41252b5dcd0f1376ad45a4bf1d0 | |
parent | 93fc0602dee4bbf26f48622674d3cae1c2b6745b (diff) | |
download | aports-cea690b2f64bfd5be2464a7324f16fda2eda0a5f.tar.gz aports-cea690b2f64bfd5be2464a7324f16fda2eda0a5f.tar.bz2 aports-cea690b2f64bfd5be2464a7324f16fda2eda0a5f.tar.xz |
testing/wayfire: upgrade to 0.6.0
-rw-r--r-- | testing/wayfire/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/wayfire/APKBUILD b/testing/wayfire/APKBUILD index bf0b6df2c1..5adcf4709d 100644 --- a/testing/wayfire/APKBUILD +++ b/testing/wayfire/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Danct12 <danct12@disroot.org> # Maintainer: Danct12 <danct12@disroot.org> pkgname=wayfire -pkgver=0.5.0 +pkgver=0.6.0 pkgrel=0 pkgdesc="Compiz-clone Wayland compositor" url="https://wayfire.org" @@ -36,4 +36,4 @@ package() { install -Dm644 wayfire.desktop "$pkgdir"/usr/share/wayland-sessions/wayfire.desktop } -sha512sums="9c2d116a5d6e77e37b0e4eef26624d43d6ab3a80e56e19a2de1fdd28a2a522c24b9e346eb4529848f3b2c3668460a51f428a0c196286ec8300e4823250eae811 wayfire-0.5.0.tar.xz" +sha512sums="dc6b5378dc51352ab41ac3c5713e73f341caa2a119a91826818b0a7cde629e63ce855a4376b5c60b468717336dda4806fb1195d534cd7ab2e5d6285c8075102e wayfire-0.6.0.tar.xz" |