5
5
class Certonid < Formula
6
6
desc "Serverless SSH Certificate Authority"
7
7
homepage "https://github.com/certonid/certonid"
8
- version "0.10.0 "
8
+ version "0.10.1 "
9
9
license "MIT"
10
10
11
11
on_macos do
12
12
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 "
15
15
16
16
def install
17
17
bin . install "certonid"
18
18
end
19
19
end
20
20
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 "
23
23
24
24
def install
25
25
bin . install "certonid"
@@ -30,8 +30,8 @@ def install
30
30
on_linux do
31
31
on_intel do
32
32
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 "
35
35
36
36
def install
37
37
bin . install "certonid"
@@ -40,8 +40,8 @@ def install
40
40
end
41
41
on_arm do
42
42
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 "
45
45
46
46
def install
47
47
bin . install "certonid"
@@ -50,8 +50,8 @@ def install
50
50
end
51
51
on_arm do
52
52
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 "
55
55
56
56
def install
57
57
bin . install "certonid"
0 commit comments