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 6250701 commit 3356811Copy full SHA for 3356811
spruce.rb
@@ -3,10 +3,10 @@
3
class Spruce < Formula
4
homepage "https://github.com/geofffranks/spruce"
5
6
- v = "v1.18.0" # CI Managed
+ v = "v1.18.1" # CI Managed
7
url "https://github.com/geofffranks/spruce/releases/download/#{v}/spruce-darwin-amd64"
8
version v
9
- sha256 "84d6f8b5aa99777c766dbc5cc465be2639d9c8159b7c953616ccf1728b474d51" # CI Managed
+ sha256 "bd39fc50871377daea454930e8093558400f442a27dd3663107735de6c4f463e" # CI Managed
10
11
def install
12
FileUtils.mv("spruce-darwin-amd64", "spruce")
0 commit comments