diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-29 13:47:37 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-29 13:47:59 +0000 |
commit | 342fc4b478cd72c4eafcee8c24c277a78c8a8bc0 (patch) | |
tree | 81a8f3ea0574477a4b59457e2f23de8a2337e97b /main | |
parent | 9be76de90b3442086ee688d52f3b7a427e88f0c4 (diff) | |
download | aports-342fc4b478cd72c4eafcee8c24c277a78c8a8bc0.tar.bz2 aports-342fc4b478cd72c4eafcee8c24c277a78c8a8bc0.tar.xz |
main/cpufrequtils: fix source url
Diffstat (limited to 'main')
-rw-r--r-- | main/cpufrequtils/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/cpufrequtils/APKBUILD b/main/cpufrequtils/APKBUILD index de675c4c46..b98721f9db 100644 --- a/main/cpufrequtils/APKBUILD +++ b/main/cpufrequtils/APKBUILD @@ -9,7 +9,7 @@ license="GPL2" subpackages="$pkgname-dev $pkgname-doc" depends="sysfsutils" makedepends="sysfsutils-dev libtool" -source="ftp://ftp.archlinux.org/other/cpufrequtils/cpufrequtils-$pkgver.tar.bz2 +source="https://sources.archlinux.org/other/cpufrequtils/cpufrequtils-$pkgver.tar.bz2 0001-Only-x86-has-cpuid-instruction.patch 0002-cpufrequtils-Remove-proc-compile-option-and-interfac.patch 0003-cpufrequtils-aperf-Fix-MSR-read-on-32-bit.patch |