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 9ca9d01 commit 9c5c01fCopy full SHA for 9c5c01f
shield.rb
@@ -3,10 +3,10 @@
3
class Shield < Formula
4
homepage "https://github.com/starkandwayne/shield"
5
6
- v = "v8.0.14" # CI Managed
+ v = "v8.0.15" # CI Managed
7
url "https://github.com/starkandwayne/shield/releases/download/#{v}/shield-darwin-amd64"
8
version v
9
- sha256 "9016d0ba2ee4b7aaed015f2e72c07d98ec75435e742b5ec2a2c693404e9e86a7" # CI Managed
+ sha256 "3e7bba2a799d9b7890ff807862d0d43db108d1dfc675d97de17fcda68bc115d0" # CI Managed
10
11
def install
12
FileUtils.mv("shield-darwin-amd64", "shield")
0 commit comments