Skip to content

Commit

Permalink
fix version number and sha256 for cask zipball; bump support system v…
Browse files Browse the repository at this point in the history
…ersion to 10.12 in README
  • Loading branch information
railwaycat committed Sep 19, 2016
1 parent 520aa06 commit 4b2dc5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Casks/emacs-mac.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cask 'emacs-mac' do
version 'emacs-25.1-mac-6.0'
version 'emacs-25.1-z-mac-6.0'

sha256 '5152b6cc403914c6333a677faf28247a98c1126c95382665b228113840ac3dfe'
sha256 '3a93523ababd2a53789b54b01e45accdb2b9f0fe5effc2760d540a3736e9f490'

url 'https://s3.amazonaws.com/emacs-mac-port/emacs-25.1-mac-6.0.zip'
name 'Emacs-mac'
Expand Down
4 changes: 2 additions & 2 deletions Formula/emacs-mac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class EmacsMac < Formula

url "https://bitbucket.org/mituharu/emacs-mac/get/emacs-25.1-mac-6.0.tar.gz"
sha256 "5152b6cc403914c6333a677faf28247a98c1126c95382665b228113840ac3dfe"
version "emacs-25.1-mac-6.0"
version "emacs-25.1-z-mac-6.0"

depends_on "autoconf" => :build
depends_on "automake" => :build
Expand Down Expand Up @@ -54,7 +54,7 @@ def caveats
<<-EOS.undent
This is YAMAMOTO Mitsuharu's "Mac port" addition to
GNU Emacs 25. This provides a native GUI support for Mac OS X
10.6 - 10.11. After installing, see README-mac and NEWS-mac
10.6 - 10.12. After installing, see README-mac and NEWS-mac
in #{prefix} for the port details.
Emacs.app was installed to:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Official repository: https://bitbucket.org/mituharu/emacs-mac/overview

This is "Mac port" addition to GNU Emacs 25. This provides a native
GUI support for Mac OS X 10.6 - 10.11. Note that Emacs 23 and later
GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later
already contain the official GUI support via the NS (Cocoa) port for
Mac OS X 10.4 and later. So if it is good enough for you, then you
don't need to try this.
Expand Down

0 comments on commit 4b2dc5a

Please sign in to comment.