diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-21 18:01:33 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-21 18:01:33 +0000 |
commit | 0cb2d48abc13aa547f0ba2831eae835873af050b (patch) | |
tree | 4acd8c2d573dfde2ab48b07b65dfb14d54d3bde0 /community/xfce4-whiskermenu-plugin | |
parent | edcd9addd38a7c9e03c860d7937c5b2cae389b1b (diff) | |
download | aports-0cb2d48abc13aa547f0ba2831eae835873af050b.tar.bz2 aports-0cb2d48abc13aa547f0ba2831eae835873af050b.tar.xz |
community/xfce4-whiskermenu-plugin: upgrade to 2.3.1
Diffstat (limited to 'community/xfce4-whiskermenu-plugin')
-rw-r--r-- | community/xfce4-whiskermenu-plugin/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xfce4-whiskermenu-plugin/APKBUILD b/community/xfce4-whiskermenu-plugin/APKBUILD index b792b84082..e3ee2c7a1a 100644 --- a/community/xfce4-whiskermenu-plugin/APKBUILD +++ b/community/xfce4-whiskermenu-plugin/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-whiskermenu-plugin -pkgver=2.3.0 +pkgver=2.3.1 pkgrel=0 pkgdesc="Alternate application launcher for Xfce" url="https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin" @@ -27,4 +27,4 @@ package() { make install LIBDIR=lib DESTDIR="$pkgdir" } -sha512sums="c4dbf7b45d6dca59b0034dbe995ada5f51a09588d2dddbcb940c8c7af0975ebad066763534ac93e65896551e1a9b10459308a4b2f38772fb28d5d7ceabec043d xfce4-whiskermenu-plugin-2.3.0.tar.bz2" +sha512sums="f09a3a496aec5c29e6604657c0eb6dbc1bab731b56b34067dfe2548670dd4837741c55ebbb9f98505c6569effee170936cdd48dd0d79947d50b17f85410a38ea xfce4-whiskermenu-plugin-2.3.1.tar.bz2" |