mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump dnsmasq version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
1786c65c4c
commit
0b5e2ccc38
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="2.79"
|
VERSION="2.80"
|
||||||
SRCDIR="dnsmasq-${VERSION}"
|
SRCDIR="dnsmasq-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="http://www.thekelleys.org.uk/dnsmasq"
|
URL="http://www.thekelleys.org.uk/dnsmasq"
|
||||||
SHA256SUM="78ad74f5ca14fd85a8bac93f764cd9d60b27579e90eabd3687ca7b030e67861f"
|
SHA256SUM="cdaba2785e92665cf090646cba6f94812760b9d7d8c8d0cfb07ac819377a63bb"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue