pcal: use double-quotes everywhere.
This commit is contained in:
parent
3bfadd9676
commit
9747ba865a
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
require "formula"
|
||||
|
||||
class Pcal < Formula
|
||||
homepage 'http://pcal.sourceforge.net/'
|
||||
url 'https://downloads.sourceforge.net/project/pcal/pcal/pcal-4.11.0/pcal-4.11.0.tgz'
|
||||
sha1 '214bcb4c4b7bc986ae495c96f2ab169233a7f973'
|
||||
homepage "http://pcal.sourceforge.net/"
|
||||
url "https://downloads.sourceforge.net/project/pcal/pcal/pcal-4.11.0/pcal-4.11.0.tgz"
|
||||
sha1 "214bcb4c4b7bc986ae495c96f2ab169233a7f973"
|
||||
|
||||
def install
|
||||
ENV.deparallelize
|
||||
|
|
Loading…
Reference in a new issue