Skip to content

Commit 307fe1a

Browse files
Brew formula update for dnsimple version v0.9.1
1 parent 9411891 commit 307fe1a

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.9.0"
8+
version "0.9.1"
99
license "MIT"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.9.0/dnsimple_0.9.0_darwin_amd64.tar.gz"
14-
sha256 "86284429807e98380788c5892d851306511ba8dec5eef141ade0c3ef97942955"
13+
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.9.1/dnsimple_0.9.1_darwin_amd64.tar.gz"
14+
sha256 "b3c23570600352c8ae8efa193409757f648d45b64299832e5e97956c67eda33f"
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.9.0/dnsimple_0.9.0_darwin_arm64.tar.gz"
22-
sha256 "a9d8392b554bd6c70c68bb256beb393c081397ab51b6b9086714bf46d41004bb"
21+
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.9.1/dnsimple_0.9.1_darwin_arm64.tar.gz"
22+
sha256 "51e5331d1b3c56a2e769fac042b1c306939fed9f82dec8614484558383d7d313"
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.9.0/dnsimple_0.9.0_linux_amd64.tar.gz"
33-
sha256 "1d3b8ab9a2782de8238185c9c0b3efaae73b61a4246ac69f92c90c3fdc59a8d3"
32+
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.9.1/dnsimple_0.9.1_linux_amd64.tar.gz"
33+
sha256 "6680846cb25f802c3d835ce6a374f2fc425e09a522bf58bb111e23844399e97c"
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.9.0/dnsimple_0.9.0_linux_arm64.tar.gz"
40-
sha256 "5efea42e52e07d83708c300114e69730f066f1f3841f2f06bdca0d494cbb3175"
39+
url "https://github.com/dnsimple/homebrew-tap/releases/download/v0.9.1/dnsimple_0.9.1_linux_arm64.tar.gz"
40+
sha256 "0ccbc4cc58b4352b877ee502f9ee031a451a4d535f5fcf0840f29afbc7ab7d8f"
4141
define_method(:install) do
4242
bin.install "dnsimple"
4343
end

0 commit comments

Comments
 (0)