Skip to content

Commit

Permalink
cask emacs-27.2-mac-8.3.1, fix deps on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
railwaycat committed Nov 20, 2021
1 parent 804aa10 commit 8a0bec3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Casks/emacs-mac-spacemacs-icon.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask 'emacs-mac-spacemacs-icon' do
version 'emacs-27.2-mac-8.3'
version 'emacs-27.2-mac-8.3.1'

if Hardware::CPU.intel?
if MacOS.version <= :high_sierra
Expand All @@ -18,8 +18,8 @@
end
else
# Arm Macs should be running macOS >= Big Sur(11), let's add the version check in the future when necessary.
sha256 '16682979f9a14ccd40048f7e3dd0c7793d03c680e4f654ec0f0e06a7068eddc3'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.2-mac-8.3/emacs-27.2-mac-8.3-11.6.1-arm64-spacemacs-icon.zip'
sha256 'a83af9b9a32d166e1c46f02a2caeb142e06d274f2068847d41d8a0e5fd289409'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.2-mac-8.3.1/emacs-27.2-mac-8.3.1-arm64-11.6.1-spacemacs-icon.zip'
end

appcast 'https://github.com/railwaycat/homebrew-emacsmacport/releases.atom'
Expand Down
6 changes: 3 additions & 3 deletions Casks/emacs-mac.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask 'emacs-mac' do
version 'emacs-27.2-mac-8.3'
version 'emacs-27.2-mac-8.3.1'

if Hardware::CPU.intel?
if MacOS.version <= :high_sierra
Expand All @@ -18,8 +18,8 @@
end
else
# Arm Macs should be running macOS >= Big Sur(11), let's add the version check in the future when necessary.
sha256 'd6bb266cad2f7d289891d25287586a577c32b5582d0860680b86d412e583d19e'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.2-mac-8.3/emacs-27.2-mac-8.3-11.6.1-arm64.zip'
sha256 '7b314e6bee8795221707267e5e95c70459b1ac97460077337bdd76b9702930e3'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.2-mac-8.3.1/emacs-27.2-mac-8.3.1-arm64-11.6.1.zip'
end

appcast 'https://github.com/railwaycat/homebrew-emacsmacport/releases.atom'
Expand Down

0 comments on commit 8a0bec3

Please sign in to comment.