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 5fb3481 commit c258eb2Copy full SHA for c258eb2
safe.rb
@@ -3,10 +3,10 @@
3
class Safe < Formula
4
homepage "https://github.com/starkandwayne/safe"
5
6
- v = "v0.8.1" # CI Managed
+ v = "v0.9.0" # CI Managed
7
url "https://github.com/starkandwayne/safe/releases/download/#{v}/safe-darwin-amd64"
8
version v
9
- sha256 "22b3ac8549eafce45e7e0ee5440587917404f96252f75230478dcd9d4bd4a6c4" # CI Managed
+ sha256 "d35376b0d434d2b8d01f497a99983e4644d39054370d2771b4fadc6856d57562" # CI Managed
10
11
def install
12
FileUtils.mv("safe-darwin-amd64", "safe")
0 commit comments