diff options
author | J0WI <J0WI@users.noreply.github.com> | 2022-08-18 15:31:55 +0200 |
---|---|---|
committer | alice <alice@ayaya.dev> | 2022-08-18 14:33:15 +0000 |
commit | f3d44c3fefd63ea6a387ffe733f153cb47dfd18e (patch) | |
tree | e43c0a6211dd98b9908672a92c660f6331fa7371 | |
parent | 4cf91ae64753c79ee07bba9101baff1faaf0f4b3 (diff) |
community/xfce4-cpufreq-plugin: upgrade to 1.2.7
-rw-r--r-- | community/xfce4-cpufreq-plugin/APKBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/community/xfce4-cpufreq-plugin/APKBUILD b/community/xfce4-cpufreq-plugin/APKBUILD index 1f9258a89f3..a1397f4c29b 100644 --- a/community/xfce4-cpufreq-plugin/APKBUILD +++ b/community/xfce4-cpufreq-plugin/APKBUILD @@ -1,10 +1,10 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-cpufreq-plugin -pkgver=1.2.2 +pkgver=1.2.7 pkgrel=0 pkgdesc="CPU frequency plugin for the Xfce4 panel" -url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" -arch="" # Fails to build on builders +url="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" +arch="all" license="GPL-2.0-or-later" makedepends="xfce4-panel-dev libxfce4ui-dev" subpackages="$pkgname-lang" @@ -25,4 +25,7 @@ build() { package() { make DESTDIR="$pkgdir" install } -sha512sums="b0cab40fa0e6cdbb59606d7712b1b1479e4a1e8ca1aa5a59d43fc863ac10eee6477461c827805d7544db49fa6e821f0351973fe650e2ef1520ddcadcbbde096e xfce4-cpufreq-plugin-1.2.2.tar.bz2" + +sha512sums=" +6bb7f5790d3ba9756afcb47cde40420453afe191fa111e390f2ad9780f3ab51ac2c6a69586303e9a5d1fb7d1af3eda3dad93f10df072f9ae59e47fc2216db434 xfce4-cpufreq-plugin-1.2.7.tar.bz2 +" |