diff options
author | Galen Abell <galen@galenabell.com> | 2020-03-27 09:41:45 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-28 09:43:45 +0000 |
commit | 241e96f439b77961fa1c8d167b8fc4f693514291 (patch) | |
tree | 49477117c2a0b0ee5fc02d3c4084578dda6a59fa /testing/wofi/APKBUILD | |
parent | df6e43ce7a0856a0ab2086be0dba528e1485013f (diff) |
testing/wofi: upgrade to 1.1.2
Diffstat (limited to 'testing/wofi/APKBUILD')
-rw-r--r-- | testing/wofi/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/wofi/APKBUILD b/testing/wofi/APKBUILD index 047af697817..1b8445fc1f3 100644 --- a/testing/wofi/APKBUILD +++ b/testing/wofi/APKBUILD @@ -1,11 +1,11 @@ # Contributor: Galen Abell <galen@galenabell.com> # Maintainer: Galen Abell <galen@galenabell.com> -pkgname="wofi" -pkgver="1.1" +pkgname=wofi +pkgver=1.1.2 pkgrel=0 pkgdesc="A launcher/menu program for wlroots based wayland compositors." url="https://hg.sr.ht/~scoopta/wofi" -arch="" # Uses autogenerated tarballs +arch="" # Uses autogenerated tarballs, see https://todo.sr.ht/~sircmpwn/hg.sr.ht/33 license="GPL-3.0-only" makedepends="wayland-dev gtk+3.0-dev meson" options="!check" # no tests @@ -27,4 +27,4 @@ build() { package() { DESTDIR="$pkgdir" ninja -C build install } -sha512sums="44fe99af03f4d158d0548bcffa5da6612e03ba9033db86bdbd4fbf3990a7ff052f9bd0246da88cea7366cb1f9c9534dd19d1e819ae959d7c4e06c1f3e5785334 wofi-v1.1.tar.gz" +sha512sums="94981fbc76e354308a7d478b316c858407d35b4400bd44449c8dd4dbe64f36630af136b615dd52171bb341da1c699fdb5196e0a2484e253375c2df6d90d5eb3b wofi-v1.1.2.tar.gz" |