From 91c7119b03c26a837e62cf8f86ef84f0bd3c0f76 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Fri, 23 Aug 2019 15:23:29 -0700 Subject: [PATCH] launchdns 1.0.4 Closes #43422. Signed-off-by: Misty De Meo --- Formula/launchdns.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/launchdns.rb b/Formula/launchdns.rb index a553a8d6c0..e4f5ab6b6b 100644 --- a/Formula/launchdns.rb +++ b/Formula/launchdns.rb @@ -1,8 +1,8 @@ class Launchdns < Formula desc "Mini DNS server designed solely to route queries to localhost" homepage "https://github.com/josh/launchdns" - url "https://github.com/josh/launchdns/archive/v1.0.3.tar.gz" - sha256 "c34bab9b4f5c0441d76fefb1ee16cb0279ab435e92986021c7d1d18ee408a5dd" + url "https://github.com/josh/launchdns/archive/v1.0.4.tar.gz" + sha256 "60f6010659407e3d148c021c88e1c1ce0924de320e99a5c58b21c8aece3888aa" revision 1 head "https://github.com/josh/launchdns.git"