mirror of
https://github.com/pygos/build.git
synced 2024-11-14 07:27:10 +01:00
Bump dnsmasq version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
21342dee8e
commit
9fa6345dbe
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
VERSION="2.80"
|
||||
VERSION="2.81"
|
||||
SRCDIR="dnsmasq-${VERSION}"
|
||||
TARBALL="${SRCDIR}.tar.xz"
|
||||
URL="http://www.thekelleys.org.uk/dnsmasq"
|
||||
SHA256SUM="cdaba2785e92665cf090646cba6f94812760b9d7d8c8d0cfb07ac819377a63bb"
|
||||
SHA256SUM="749ca903537c5197c26444ac24b0dce242cf42595fdfe6b9a5b9e4c7ad32f8fb"
|
||||
DEPENDS="toolchain"
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue