diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-25 10:56:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-12-25 11:02:30 +0000 |
commit | 5ffff2585049c2292c8efc050ad6df2691b9f278 (patch) | |
tree | 0e2aa980886f97ec71c2397ec3ca582cdce15c84 /main/xfce4-cpufreq-plugin | |
parent | 3ba15e091c9e7e8e569fef160f14587c095c2e63 (diff) | |
download | aports-5ffff2585049c2292c8efc050ad6df2691b9f278.tar.bz2 aports-5ffff2585049c2292c8efc050ad6df2691b9f278.tar.xz |
main/xfce4-cpufreq-plugin: upgrade to 1.1.1
Diffstat (limited to 'main/xfce4-cpufreq-plugin')
-rw-r--r-- | main/xfce4-cpufreq-plugin/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/xfce4-cpufreq-plugin/APKBUILD b/main/xfce4-cpufreq-plugin/APKBUILD index ec5a0ae8f5..62a8b42956 100644 --- a/main/xfce4-cpufreq-plugin/APKBUILD +++ b/main/xfce4-cpufreq-plugin/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-cpufreq-plugin -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=0 pkgdesc="CPU frequency plugin for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" @@ -33,6 +33,6 @@ package() { make DESTDIR="$pkgdir" install rm "$pkgdir"/usr/lib/xfce4/panel/plugins/*.la || return 1 } -md5sums="dcc56af0e19266956c297d124ba551f4 xfce4-cpufreq-plugin-1.1.0.tar.bz2" -sha256sums="eafa261bf984231ed8487c08decea6d916339d82b52f4bbe748e5c6a95c7f6b6 xfce4-cpufreq-plugin-1.1.0.tar.bz2" -sha512sums="699f341a159bb1ec2255ba84f05775cee109cf7e824cedff0206f8d39d098675fb3ada10653c3c230b411650285cc5b8a2c6508ce5d50c0bb9872e144fb8be32 xfce4-cpufreq-plugin-1.1.0.tar.bz2" +md5sums="cc3447ee6663f2946fce86308ba3566b xfce4-cpufreq-plugin-1.1.1.tar.bz2" +sha256sums="474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7 xfce4-cpufreq-plugin-1.1.1.tar.bz2" +sha512sums="b53976380cc5b63f945e19892999a7b6b0e6b0af8fd7cf69bac407f617a23efe4e33c7fc88af19683fb7bbaf515c96d63e6f009ab94e822a553b8bc0c545f6be xfce4-cpufreq-plugin-1.1.1.tar.bz2" |