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