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