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 ff8b608 commit 7093035Copy full SHA for 7093035
shield.rb
@@ -3,10 +3,10 @@
3
class Shield < Formula
4
homepage "https://github.com/starkandwayne/shield"
5
6
- v = "v8.0.12" # CI Managed
+ v = "v8.0.13" # CI Managed
7
url "https://github.com/starkandwayne/shield/releases/download/#{v}/shield-darwin-amd64"
8
version v
9
- sha256 "233e9a2ff69820d0c8fe637ef1a069c3336706225c3bcac77cf3cf47d70cdaed" # CI Managed
+ sha256 "522fc7719a1768ef076c6cec64dac9991b340843f178bbbebd36673ccf0035bb" # CI Managed
10
11
def install
12
FileUtils.mv("shield-darwin-amd64", "shield")
0 commit comments