From a0f87f728431a09fe93a39241456324c1393c17d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 11:22:17 +0000 Subject: [PATCH] feat(cask): update emacs-app to version 30.2 --- Casks/emacs-app.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Casks/emacs-app.rb b/Casks/emacs-app.rb index 7f69bc7a..110318cd 100644 --- a/Casks/emacs-app.rb +++ b/Casks/emacs-app.rb @@ -5,16 +5,16 @@ cask 'emacs-app' do desc 'GNU Emacs text editor' homepage 'https://github.com/jimeh/emacs-builds' - version '30.1-1' + version '30.2' on_arm do - sha256 '7200f734b9e94055eeeab60a41f09bfedae542c30aa48103b4abfe66a9aaaaa2' - url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-30.1-1/Emacs.2025-02-23.8ac894e.emacs-30-1-1.macOS-11.arm64.dmg' + 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' depends_on macos: '>= :big_sur' end on_intel do - sha256 '5c21574648fb46d051eeaa7196a515db833e83007d85f33c12321ba33686f0d6' - url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-30.1-1/Emacs.2025-02-23.8ac894e.emacs-30-1-1.macOS-11.x86_64.dmg' + 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' depends_on macos: '>= :big_sur' end