1
1
class Pdns < Formula
2
2
desc "Authoritative nameserver"
3
3
homepage "https://www.powerdns.com"
4
- url "https://downloads.powerdns.com/releases/pdns-4.9.2 .tar.bz2"
5
- sha256 "f570640427041f4c5c5470d16eff951a7038c353ddc461b2750290ce99b2e3c2 "
4
+ url "https://downloads.powerdns.com/releases/pdns-4.9.3 .tar.bz2"
5
+ sha256 "b2e67046a7b95825c35ddc9119ed6e2e853537a576d0c4ee9080bb5f0ad3e8d5 "
6
6
license "GPL-2.0-or-later"
7
- revision 1
8
7
9
8
# The first-party download page (https://www.powerdns.com/downloads) isn't
10
9
# always updated for newer versions, so for now we have to check the
@@ -17,12 +16,12 @@ class Pdns < Formula
17
16
end
18
17
19
18
bottle do
20
- sha256 arm64_sequoia : "d40da33081c772fa61a58ac41c75df3af9a8a6f29b45422318c84e40831238a3 "
21
- sha256 arm64_sonoma : "1708bb3be04eb6e41acc7ce54dcedb1e577124c527c3ce6bab6e11de29736d36 "
22
- sha256 arm64_ventura : "34da42329200899c74950c758bccebd37101de1f93dab1d07793acdda47c308a "
23
- sha256 sonoma : "abeba632933e685140893a6c7d31fca2304879c7f088f326b142673ec1d757e6 "
24
- sha256 ventura : "94e15ed4382d6d3432e04c9de5a653fc15b625cb6a8806fc5628f86c7fd09184 "
25
- sha256 x86_64_linux : "709c32085d98d77e4851dd8d631161e71cd5d64fca2a6be95b20055c0ce335ca "
19
+ sha256 arm64_sequoia : "41bd873756e9cb31c6eb2c8608973c1bf4f97b6d2eaf53f1eea529785e5e35f0 "
20
+ sha256 arm64_sonoma : "eb8750b8ef9397a6c03d31ea970a3866d60658a935f9d5faf0187637c14c8e9d "
21
+ sha256 arm64_ventura : "20c3d03c0019f29be45645e59dd62067ccdb092a55368c16cfdfa6434052562a "
22
+ sha256 sonoma : "7ce4b0c0760418446b8ac2aed2a616cfc42010b056144d0eb5f43885020a2d9e "
23
+ sha256 ventura : "fae54199e647bc8f0cab39853df93fc54c120d60b49229e8806037b8c6870acb "
24
+ sha256 x86_64_linux : "79ac28fa1a8443237b4120f059d009eee485b6b6c47f1bc10e2320d55c9e9377 "
26
25
end
27
26
28
27
head do
0 commit comments