We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b2c921 commit ff8b608Copy full SHA for ff8b608
safe.rb
@@ -3,10 +3,10 @@
3
class Safe < Formula
4
homepage "https://github.com/starkandwayne/safe"
5
6
- v = "v0.9.0" # CI Managed
+ v = "v0.9.1" # CI Managed
7
url "https://github.com/starkandwayne/safe/releases/download/#{v}/safe-darwin-amd64"
8
version v
9
- sha256 "d35376b0d434d2b8d01f497a99983e4644d39054370d2771b4fadc6856d57562" # CI Managed
+ sha256 "0c63542e29032bfb8bd31a611666f04352b58bc905dfc5abe8c6651a44dbc9f0" # CI Managed
10
11
def install
12
FileUtils.mv("safe-darwin-amd64", "safe")
0 commit comments