Skip to content

Commit ff8b608

Browse files
Updated safe.rb from new release
1 parent 8b2c921 commit ff8b608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

safe.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
class Safe < Formula
44
homepage "https://github.com/starkandwayne/safe"
55

6-
v = "v0.9.0" # CI Managed
6+
v = "v0.9.1" # CI Managed
77
url "https://github.com/starkandwayne/safe/releases/download/#{v}/safe-darwin-amd64"
88
version v
9-
sha256 "d35376b0d434d2b8d01f497a99983e4644d39054370d2771b4fadc6856d57562" # CI Managed
9+
sha256 "0c63542e29032bfb8bd31a611666f04352b58bc905dfc5abe8c6651a44dbc9f0" # CI Managed
1010

1111
def install
1212
FileUtils.mv("safe-darwin-amd64", "safe")

0 commit comments

Comments
 (0)