various: put back hash rockets

This commit is contained in:
Dominyk Tiller 2016-10-01 18:02:20 +01:00
parent 97b6f9bdde
commit 5a10780441
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6
2 changed files with 3 additions and 3 deletions

View file

@ -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"?>

View file

@ -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