Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdns: 1.1.8 #83634

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/sdns.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Sdns < Formula
desc "Privacy important, fast, recursive dns resolver server with dnssec support"
homepage "https://sdns.dev"
url "https://github.com/semihalev/sdns/archive/v1.1.7.tar.gz"
sha256 "f7c809f61483a3235f820ba3ccab1816fc8a9e6174c644eda31840f76017781e"
url "https://github.com/semihalev/sdns/archive/v1.1.8.tar.gz"
sha256 "9b5ca516e711764ba1e840e97b679ef3d299c60945920b84baed155fb8df8711"
license "MIT"
head "https://github.com/semihalev/sdns.git"
head "https://github.com/semihalev/sdns.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_big_sur: "21793de02e83d10ac51abae2ba85addcbac395b39ee37fc41ca8847974eec92b"
Expand Down