diff options
author | Kiyoshi Aman <adelie@aerdan.vulpine.house> | 2020-09-27 15:55:00 -0600 |
---|---|---|
committer | Kiyoshi Aman <adelie@aerdan.vulpine.house> | 2020-09-27 15:55:00 -0600 |
commit | 2c59295669a60971f77c52f5521e22a178a573b4 (patch) | |
tree | 2a8c4cc35b81ad8828d95601e0809b42d5d52612 /user/xfdashboard/APKBUILD | |
parent | 8360ed01b06203142fb50d8777cd25978fdf432f (diff) | |
download | packages-2c59295669a60971f77c52f5521e22a178a573b4.tar.gz packages-2c59295669a60971f77c52f5521e22a178a573b4.tar.bz2 packages-2c59295669a60971f77c52f5521e22a178a573b4.tar.xz packages-2c59295669a60971f77c52f5521e22a178a573b4.zip |
user/xfdashboard: upgrade to 0.7.8
Diffstat (limited to 'user/xfdashboard/APKBUILD')
-rw-r--r-- | user/xfdashboard/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/xfdashboard/APKBUILD b/user/xfdashboard/APKBUILD index db7744791..7771b5ad8 100644 --- a/user/xfdashboard/APKBUILD +++ b/user/xfdashboard/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house> # Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house> pkgname=xfdashboard -pkgver=0.7.7 +pkgver=0.7.8 pkgrel=0 pkgdesc="Gnome dashboard clone for the XFCE desktop environment" url="https://xfce.org" @@ -32,4 +32,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="561badb0b752dabb095881134050046f98eb4374c8e3c647a4ba7226c1efce650790ef3630b53a30cd48dab190afba31de2faef8991c13af64f7eb980b099989 xfdashboard-0.7.7.tar.bz2" +sha512sums="b08cd6cab3b1fca3e9a47a1d3a6f2aefdf0cf96dec9ddb7e9170d17b387d7ab4c421a36b83cc5de0515f7df929acb0e5cda163ade165a32698e7b1a7460746e0 xfdashboard-0.7.8.tar.bz2" |