Skip to content

Commit

Permalink
Update dnsmasq 2.76 -> 2.80 (related to #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux authored and zaibon committed Oct 2, 2019
1 parent e306146 commit d94ad33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internals/dnsmasq.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DNSMASQ_VERSION="2.76"
DNSMASQ_CHECKSUM="00f5ee66b4e4b7f14538bf62ae3c9461"
DNSMASQ_VERSION="2.80"
DNSMASQ_CHECKSUM="e040e72e6f377a784493c36f9e788502"
DNSMASQ_LINK="http://www.thekelleys.org.uk/dnsmasq/dnsmasq-${DNSMASQ_VERSION}.tar.xz"

download_dnsmasq() {
Expand Down Expand Up @@ -28,7 +28,7 @@ install_dnsmasq() {

# symlink dnsmasq to sbin to ensure hardcoded location
pushd "${ROOTDIR}/usr/sbin/"
ln -fs ../bin/dnsmasq dnsmasq
ln -vfs ../bin/dnsmasq dnsmasq
popd
}

Expand Down

0 comments on commit d94ad33

Please sign in to comment.