macvim 8.0-112
Closes #5934. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
33e9edd79e
commit
5cac7c70e3
1 changed files with 3 additions and 13 deletions
|
@ -2,21 +2,11 @@
|
|||
class Macvim < Formula
|
||||
desc "GUI for vim, made for macOS"
|
||||
homepage "https://github.com/macvim-dev/macvim"
|
||||
url "https://github.com/macvim-dev/macvim/archive/snapshot-112.tar.gz"
|
||||
version "8.0-112"
|
||||
sha256 "ef19a2f944f5406fc88836f64831ae49ca13b26ef7fa96c12e84892772647103"
|
||||
head "https://github.com/macvim-dev/macvim.git"
|
||||
|
||||
stable do
|
||||
url "https://github.com/macvim-dev/macvim/archive/snapshot-111.tar.gz"
|
||||
version "8.0-111"
|
||||
sha256 "104f3a30903aa78c350889b1624551fc50caecca34bc5af1d25ca7d00145462c"
|
||||
|
||||
# Remove for > 8.0-111; fix "error: use of undeclared identifier"
|
||||
# Upstream commit from 11 Oct 2016 "Fix build for Xcode 7 or earlier"
|
||||
patch do
|
||||
url "https://github.com/macvim-dev/macvim/commit/0f16ec9.patch"
|
||||
sha256 "1106ad49c777986fbc6f948489c01acbe35408a5ba6ae8a301d0dc95365907f5"
|
||||
end
|
||||
end
|
||||
|
||||
bottle do
|
||||
sha256 "8f06e3c20bf27384db2e8d87a1a559f4892e549f54da70732bc5f13caa688477" => :sierra
|
||||
sha256 "681a06d158016615e7a62a17e820146591522b3b067b94f2b174a7a8528604cd" => :el_capitan
|
||||
|
|
Loading…
Reference in a new issue