diff options
Diffstat (limited to 'main/haveged')
-rw-r--r-- | main/haveged/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/haveged/APKBUILD b/main/haveged/APKBUILD index 0f90b99e99..91b8b3dddd 100644 --- a/main/haveged/APKBUILD +++ b/main/haveged/APKBUILD @@ -4,14 +4,14 @@ pkgname=haveged pkgver=1.9.1 -pkgrel=2 +pkgrel=3 pkgdesc="Entropy harvesting daemon using CPU timings" -url="http://www.issihosts.com/haveged/" +url="https://sourceforge.net/projects/haveged" arch="all" license="GPL" subpackages="$pkgname-doc" makedepends="linux-headers" -source="http://www.issihosts.com/haveged/haveged-$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://sourceforge.net/projects/haveged/files/haveged-1.9.1.tar.gz/download haveged.initd haveged.confd" builddir="$srcdir/$pkgname-$pkgver" |