From 84c7cab904b317990dad4ddc7eef9d12de9fd3ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Jun 2025 21:55:11 +0000 Subject: [PATCH] feat(cask): update emacs-app to version 30.1-1 --- 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 a13e0842..7f69bc7a 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' + version '30.1-1' on_arm do - sha256 '8f2e15455ceee3c88f21b9bb8fcf70df7956d6d23626291492f2a82b62c1c3a8' - url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-30.1/Emacs.2025-02-23.8ac894e.emacs-30-1.macOS-11.arm64.dmg' + 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' depends_on macos: '>= :big_sur' end on_intel do - sha256 '4b72c4df0f681a7d8b2ccffad9de4ce4a2dee4ab9d212bcbfc01021524384dd8' - url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-30.1/Emacs.2025-02-23.8ac894e.emacs-30-1.macOS-11.x86_64.dmg' + 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' depends_on macos: '>= :big_sur' end