Skip to content

Commit 9c5c01f

Browse files
Updated shield.rb from new release
1 parent 9ca9d01 commit 9c5c01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shield.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
class Shield < Formula
44
homepage "https://github.com/starkandwayne/shield"
55

6-
v = "v8.0.14" # CI Managed
6+
v = "v8.0.15" # CI Managed
77
url "https://github.com/starkandwayne/shield/releases/download/#{v}/shield-darwin-amd64"
88
version v
9-
sha256 "9016d0ba2ee4b7aaed015f2e72c07d98ec75435e742b5ec2a2c693404e9e86a7" # CI Managed
9+
sha256 "3e7bba2a799d9b7890ff807862d0d43db108d1dfc675d97de17fcda68bc115d0" # CI Managed
1010

1111
def install
1212
FileUtils.mv("shield-darwin-amd64", "shield")

0 commit comments

Comments
 (0)