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 20f6e9f commit b7e83a5Copy full SHA for b7e83a5
safe.rb
@@ -3,10 +3,10 @@
3
class Safe < Formula
4
homepage "https://github.com/starkandwayne/safe"
5
6
- v = "v0.9.1" # CI Managed
+ v = "v0.9.2" # CI Managed
7
url "https://github.com/starkandwayne/safe/releases/download/#{v}/safe-darwin-amd64"
8
version v
9
- sha256 "0c63542e29032bfb8bd31a611666f04352b58bc905dfc5abe8c6651a44dbc9f0" # CI Managed
+ sha256 "f285c160bde5bd33f6f4ba235952b845a096a7e4c7129d0a425f9d5c95b26d21" # CI Managed
10
11
def install
12
FileUtils.mv("safe-darwin-amd64", "safe")
0 commit comments