diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-25 08:06:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-09-25 08:06:56 +0000 |
commit | c609d18ff62a4addf770c811eb9a4f78ed75de2d (patch) | |
tree | 73b234b8f0b54290c198346db3dbc99de117a8fa /community/xfce4-cpufreq-plugin | |
parent | 5cc454f075aebfaee99b62e1e56aef113c65024a (diff) | |
download | aports-c609d18ff62a4addf770c811eb9a4f78ed75de2d.tar.bz2 aports-c609d18ff62a4addf770c811eb9a4f78ed75de2d.tar.xz |
community/xfce4-cpufreq-plugin: upgrade to 1.2.1
Diffstat (limited to 'community/xfce4-cpufreq-plugin')
-rw-r--r-- | community/xfce4-cpufreq-plugin/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xfce4-cpufreq-plugin/APKBUILD b/community/xfce4-cpufreq-plugin/APKBUILD index f68cfd3f09..5a5539a342 100644 --- a/community/xfce4-cpufreq-plugin/APKBUILD +++ b/community/xfce4-cpufreq-plugin/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-cpufreq-plugin -pkgver=1.2.0 +pkgver=1.2.1 pkgrel=0 pkgdesc="CPU frequency plugin for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" @@ -29,4 +29,4 @@ package() { cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="594124808fffaed514719a50e05e75612f5c1b7a802df5bb7caf65814c2c7412b9575ce916c8cd0da1360987d198c61ab078efd4a462e756248012999e597072 xfce4-cpufreq-plugin-1.2.0.tar.bz2" +sha512sums="60d0f1f36bd2c49701acaf61fc51c434cb591812662f55a8bfc21f6820d34c5b091af0edf3951c958e179019067532afec989940dae23478e792889c8f4d7b0d xfce4-cpufreq-plugin-1.2.1.tar.bz2" |