Skip to content

Commit 286a5a9

Browse files
committed
Brew formula update for certonid version 0.10.1
1 parent 10a5618 commit 286a5a9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Formula/certonid.rb

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
class Certonid < Formula
66
desc "Serverless SSH Certificate Authority"
77
homepage "https://github.com/certonid/certonid"
8-
version "0.10.0"
8+
version "0.10.1"
99
license "MIT"
1010

1111
on_macos do
1212
on_intel do
13-
url "https://github.com/certonid/certonid/releases/download/0.10.0/certonid_Darwin_x86_64.tar.gz"
14-
sha256 "165caf322152eae50eae5a37444253a8d80629f771f86a988d661bc3828418d0"
13+
url "https://github.com/certonid/certonid/releases/download/0.10.1/certonid_Darwin_x86_64.tar.gz"
14+
sha256 "a270e82e77d87e2a6d5b7248ea356489a2a0f3490297adced87a31a72c8452a2"
1515

1616
def install
1717
bin.install "certonid"
1818
end
1919
end
2020
on_arm do
21-
url "https://github.com/certonid/certonid/releases/download/0.10.0/certonid_Darwin_arm64.tar.gz"
22-
sha256 "ef68b13c1d2f33729c0616b59417283f5b8b3650599b48a073350366b5b21982"
21+
url "https://github.com/certonid/certonid/releases/download/0.10.1/certonid_Darwin_arm64.tar.gz"
22+
sha256 "131b79cb61622e8bc693106ae71bf445d4c1243020ef3195a9caccc87545c4f7"
2323

2424
def install
2525
bin.install "certonid"
@@ -30,8 +30,8 @@ def install
3030
on_linux do
3131
on_intel do
3232
if Hardware::CPU.is_64_bit?
33-
url "https://github.com/certonid/certonid/releases/download/0.10.0/certonid_Linux_x86_64.tar.gz"
34-
sha256 "ed2c0f777f9aa576f8bc22a3c94fd26772d1486b487171bf254380db5a1f1a31"
33+
url "https://github.com/certonid/certonid/releases/download/0.10.1/certonid_Linux_x86_64.tar.gz"
34+
sha256 "1c2fed83ace6e83d270e8392e6d6c6b9e63954611d9ae385c8b5eebeba97ed00"
3535

3636
def install
3737
bin.install "certonid"
@@ -40,8 +40,8 @@ def install
4040
end
4141
on_arm do
4242
if !Hardware::CPU.is_64_bit?
43-
url "https://github.com/certonid/certonid/releases/download/0.10.0/certonid_Linux_arm.tar.gz"
44-
sha256 "76a42ef2bd481f92c41f7c937028d9cd2583e4c69d4e2de93de7174f2c8bee76"
43+
url "https://github.com/certonid/certonid/releases/download/0.10.1/certonid_Linux_arm.tar.gz"
44+
sha256 "c92e1b902cf869de771636e989f6c37fd4cb9bbe6eceecb750976319205f37c6"
4545

4646
def install
4747
bin.install "certonid"
@@ -50,8 +50,8 @@ def install
5050
end
5151
on_arm do
5252
if Hardware::CPU.is_64_bit?
53-
url "https://github.com/certonid/certonid/releases/download/0.10.0/certonid_Linux_arm64.tar.gz"
54-
sha256 "47a12519a658d75f910c2332c7eb5aefb675d2204b9afbf7bb78721172445bc8"
53+
url "https://github.com/certonid/certonid/releases/download/0.10.1/certonid_Linux_arm64.tar.gz"
54+
sha256 "33e909d5e8b54f229ec902e6de5b30079f1b3649282ec73e58884c83c3dc7d45"
5555

5656
def install
5757
bin.install "certonid"

0 commit comments

Comments
 (0)