mirror of
https://github.com/jimeh/homebrew-emacs-builds.git
synced 2026-02-19 13:16:38 +00:00
feat(cask): update emacs-app to version 30.2-1
This commit is contained in:
committed by
GitHub
parent
a878957f53
commit
15b04150b8
@@ -5,16 +5,16 @@ cask 'emacs-app' do
|
||||
desc 'GNU Emacs text editor'
|
||||
homepage 'https://github.com/jimeh/emacs-builds'
|
||||
|
||||
version '30.2'
|
||||
version '30.2-1'
|
||||
|
||||
on_arm do
|
||||
sha256 '34d1d37106244828edc3c23d12dd43e578d3caa4b0e52fda0add138757094255'
|
||||
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-30.2/Emacs.2025-08-14.636f166.emacs-30-2.macOS-11.arm64.dmg'
|
||||
sha256 '8277021ed3eb716333120638ffc2565c1b893e9146e06738bb3521630f39eb19'
|
||||
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-30.2-1/Emacs.2025-08-14.636f166.emacs-30-2-1.macOS-11.arm64.dmg'
|
||||
depends_on macos: '>= :big_sur'
|
||||
end
|
||||
on_intel do
|
||||
sha256 '09e7342e57b34686c8b2afaf3891fdde0e986c1e16bb57ebc633312ea3987765'
|
||||
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-30.2/Emacs.2025-08-14.636f166.emacs-30-2.macOS-11.x86_64.dmg'
|
||||
sha256 '9eade73998b1772fb8fba74cfa02ca25ab06285287a6b2bccafc14f609860f8c'
|
||||
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-30.2-1/Emacs.2025-08-14.636f166.emacs-30-2-1.macOS-11.x86_64.dmg'
|
||||
depends_on macos: '>= :big_sur'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user