Skip to content

Commit 69a2e21

Browse files
Brew formula update for dnsimple version v0.8.0
1 parent 168b3ae commit 69a2e21

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

dnsimple.rb

Lines changed: 9 additions & 9 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.7.0"
8+
version "0.8.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.7.0/dnsimple_0.7.0_darwin_amd64.tar.gz"
14-
sha256 "7b638096c9f0069d1ae3147649b2b1e02f6941db76195c8f789ee9d73f98a713"
13+
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.8.0/dnsimple_0.8.0_darwin_amd64.tar.gz"
14+
sha256 "8d8ec4930a3d8ea3c56e150aa21fe6dfaa154094efcbff3e3ab844976ff331a9"
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.7.0/dnsimple_0.7.0_darwin_arm64.tar.gz"
22-
sha256 "d8df26b3e46c91247f4c549093d97b0bf522ea0403325ac5b24b2d30f014702e"
21+
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.8.0/dnsimple_0.8.0_darwin_arm64.tar.gz"
22+
sha256 "c0c2259d9b657f3ded13b98dabba514fec8311c01e2c29e2093987ba881d5e76"
2323

2424
define_method(:install) do
2525
bin.install "dnsimple"
@@ -29,15 +29,15 @@ 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.7.0/dnsimple_0.7.0_linux_amd64.tar.gz"
33-
sha256 "ed427630da0bdf97f5dde301cb9e210f6bc20082ec2f75702719ca03bad30c4c"
32+
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.8.0/dnsimple_0.8.0_linux_amd64.tar.gz"
33+
sha256 "adb3e4dc0b7c009a3bdefae3524b76a0f19629f302cec5323fac388170389536"
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.7.0/dnsimple_0.7.0_linux_arm64.tar.gz"
40-
sha256 "dbe44f7fae2a16a2074fdef4f07717b1b2f62795101b1a8866811c304f1a6718"
39+
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.8.0/dnsimple_0.8.0_linux_arm64.tar.gz"
40+
sha256 "2ea8c56cd02880e7dccb70a5d084e391017a1875b5f9bd86a97a03f84e6ed9d4"
4141
define_method(:install) do
4242
bin.install "dnsimple"
4343
end

0 commit comments

Comments
 (0)