main/aconf: fix source url

the autogenerated tarballs from cgit will change checksum so we need
pregenerated tarballs.
This commit is contained in:
Natanael Copa 2015-11-11 10:22:37 +00:00
parent 58f4fccbf9
commit 4e8f06e280

View File

@ -11,7 +11,8 @@ depends="lua5.2-augeas lua5.2-b64 lua5.2-cjson lua5.2-crypto \
lua5.2-file-magic lua5.2-openrc lua5.2-posix lua5.2-stringy uwsgi \
uwsgi-lua"
makedepends="ldoc"
source="${url}snapshot/${pkgname}-${pkgver}.tar.bz2 $pkgname.initd"
source="http://dev.alpinelinux.org/archive/aconf/aconf-$pkgver.tar.bz2
$pkgname.initd"
_modules="dnsmasq dns-zone network openssh"