various: put back hash rockets
This commit is contained in:
parent
97b6f9bdde
commit
5a10780441
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ class Linkerd < Formula
|
|||
(var/"log/linkerd").mkpath
|
||||
end
|
||||
|
||||
plist_options manual: "linkerd #{HOMEBREW_PREFIX}/etc/linkerd/linkerd.yaml"
|
||||
plist_options :manual => "linkerd #{HOMEBREW_PREFIX}/etc/linkerd/linkerd.yaml"
|
||||
|
||||
def plist; <<-EOS.undent
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
|
|
@ -2,8 +2,8 @@ class Sourcekitten < Formula
|
|||
desc "Framework and command-line tool for interacting with SourceKit"
|
||||
homepage "https://github.com/jpsim/SourceKitten"
|
||||
url "https://github.com/jpsim/SourceKitten.git",
|
||||
tag: "0.14.1",
|
||||
revision: "78c1e3de7dc96f87fa2b50ae8e5a32d0465edc51"
|
||||
:tag => "0.14.1",
|
||||
:revision => "78c1e3de7dc96f87fa2b50ae8e5a32d0465edc51"
|
||||
head "https://github.com/jpsim/SourceKitten.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue