Skip to content

Commit db15931

Browse files
committed
Brew formula update for dnsimple version v0.4.0
1 parent d8de659 commit db15931

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

dnsimple.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
class Dnsimple < Formula
66
desc "DNSimple command-line tool."
77
homepage "https://dnsimple.com"
8-
version "0.3.0"
8+
version "0.4.0"
99
license "MIT"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.3.0/dnsimple_0.3.0_darwin_amd64.tar.gz"
14-
sha256 "7a3b85c33d5efed3fd56d009fe4f51bfc0019953cc91bc81bbb995629f3e8266"
13+
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.4.0/dnsimple_0.4.0_darwin_amd64.tar.gz"
14+
sha256 "ebbd04a531891b206f2c06436962216463b8e753c029c04b039e64e8f2679181"
1515

1616
define_method(:install) do
1717
bin.install "dnsimple"
1818
end
1919
end
2020
if Hardware::CPU.arm?
21-
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.3.0/dnsimple_0.3.0_darwin_arm64.tar.gz"
22-
sha256 "5360a576bb59930b83aa7ac2e359c81510002dde551ef98e7834d191f06c3a58"
21+
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.4.0/dnsimple_0.4.0_darwin_arm64.tar.gz"
22+
sha256 "b21ac6fcd8178d8718eb758f35abe8305107c97fca5b7f1f85d36e99a9e8c18c"
2323

2424
define_method(:install) do
2525
bin.install "dnsimple"
@@ -29,18 +29,18 @@ class Dnsimple < Formula
2929

3030
on_linux do
3131
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
32-
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.3.0/dnsimple_0.3.0_linux_amd64.tar.gz"
33-
sha256 "d6e9d79d020dbae3faebc5ee23e3b3aa4a605782c89218f6f6087ea11e94806e"
32+
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.4.0/dnsimple_0.4.0_linux_amd64.tar.gz"
33+
sha256 "5274ab86dc082c8cc63c05739826194c138320f72b33558e6b27b196e84a18c6"
3434
define_method(:install) do
3535
bin.install "dnsimple"
3636
end
3737
end
3838
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
39-
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.3.0/dnsimple_0.3.0_linux_arm64.tar.gz"
40-
sha256 "0d00e73362bdcf09da171244ad44f382ef24cf250effbd8e8e235b50c82495d5"
39+
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.4.0/dnsimple_0.4.0_linux_arm64.tar.gz"
40+
sha256 "0ddff933850b60e78799477aa2aa0ebd12479525bff70024939a6ca42b343ed3"
4141
define_method(:install) do
4242
bin.install "dnsimple"
4343
end
4444
end
4545
end
46-
end
46+
end

0 commit comments

Comments
 (0)