Skip to content

Commit

Permalink
emacs-27.2-mac-8.2 casks
Browse files Browse the repository at this point in the history
  • Loading branch information
railwaycat committed Mar 28, 2021
1 parent f2a3736 commit aee5169
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
18 changes: 12 additions & 6 deletions Casks/emacs-mac-spacemacs-icon.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
cask 'emacs-mac-spacemacs-icon' do
version 'emacs-27.1-mac-8.1'
version 'emacs-27.2-mac-8.2'

if MacOS.version >= :mojave
sha256 '4a7b2fc277b42c2e00b848e0dc8e3bc19c3a833165a940f5710ad1b6a594a50d'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.1-mac-8.1/emacs-27.1-mac-8.1-10.14.6-spacemacs-icon.zip'
if Hardware::CPU.intel?
if MacOS.version >= :mojave
sha256 '3a5294278a2daf142d78ee6a596c6b10f4544cc5eb5d27339c33ef0d17a4a0ed'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.2-mac-8.2/emacs-27.2-mac-8.2-10.14.6-spacemacs-icon.zip'
else
sha256 'ed8b673986cdfef12e466bb4de56dc1074f8165560baaac41b5536ffdbf4146f'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.2-mac-8.2/emacs-27.2-mac-8.2-10.13.6-spacemacs-icon.zip'
end
else
sha256 '39148ffd86754384351715301039c46c43ed5d929845171599b4e9bae337f3ba'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.1-mac-8.1/emacs-27.1-mac-8.1-10.13.6-spacemacs-icon.zip'
# Arm Macs should be running macOS >= 11, let's add the version check in the future when necessary.
sha256 '57323539f09cf781514e0641508984a67d9039f3441c07ca87b35d387d0bf32b'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.2-mac-8.2/emacs-27.2-mac-8.2-11.2.3-arm64-spacemacs-icon.zip'
end

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

if MacOS.version >= :mojave
sha256 'cd6fec3a33ae9a12fca1d1fad35bfa8f12489d518c1e2bbd207df6d6eb251d01'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.1-mac-8.1/emacs-27.1-mac-8.1-10.14.6.zip'
if Hardware::CPU.intel?
if MacOS.version >= :mojave
sha256 '1e2a797887e507233c5d0791ed23c0630597a26466e227ea07cd64e0b5e1a510'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.2-mac-8.2/emacs-27.2-mac-8.2-10.14.6.zip'
else
sha256 '68e1b74d1f7aeb75fa42e95d2523f97067ef34467ab449bd21902203749d4689'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.2-mac-8.2/emacs-27.2-mac-8.2-10.13.6.zip'
end
else
sha256 '41a02e4193bc722b67426791cf210fd7581f8e4faf28e3feb9b78ced183c2c8e'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.1-mac-8.1/emacs-27.1-mac-8.1-10.13.6.zip'
# Arm Macs should be running macOS >= 11, let's add the version check in the future when necessary.
sha256 '4dec669fce2c00286e5491b32c6ff66fe97ca36253da2447f12a1241df3484e9'
url 'https://github.com/railwaycat/homebrew-emacsmacport/releases/download/emacs-27.2-mac-8.2/emacs-27.2-mac-8.2-11.2.3-arm64.zip'
end

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

0 comments on commit aee5169

Please sign in to comment.