diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-23 15:30:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-23 15:30:41 +0000 |
commit | b61d25f12d2248f9ffcf732aab1f160b5b2b8cc3 (patch) | |
tree | f8426185ce92fb9239c0fe751e15a0b8e577510b /community/xfce4-whiskermenu-plugin | |
parent | 5c1065aa6d41037c513724d9f16d97dd2ede9b38 (diff) | |
download | aports-b61d25f12d2248f9ffcf732aab1f160b5b2b8cc3.tar.bz2 aports-b61d25f12d2248f9ffcf732aab1f160b5b2b8cc3.tar.xz |
community/xfce4-whiskermenu-plugin: upgrade to 2.3.2
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 e3ee2c7a1a..c27dba9afc 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.1 +pkgver=2.3.2 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="f09a3a496aec5c29e6604657c0eb6dbc1bab731b56b34067dfe2548670dd4837741c55ebbb9f98505c6569effee170936cdd48dd0d79947d50b17f85410a38ea xfce4-whiskermenu-plugin-2.3.1.tar.bz2" +sha512sums="2b9557b29d1b30b5d46df5f182d64562873defd59cd36e6444da4b73bbdf3835cfb17101f11a3ac6e9f875a9dc4d51e2301a420a888bfa1d7fdc6ae715d92443 xfce4-whiskermenu-plugin-2.3.2.tar.bz2" |