From a270ac4cf2362b97724c6305227b76c487b063ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 07:09:31 +0000 Subject: [PATCH] feat(cask): update emacs-app to version 29.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 f92729ab..4c43301a 100644 --- a/Casks/emacs-app.rb +++ b/Casks/emacs-app.rb @@ -5,17 +5,17 @@ cask 'emacs-app' do desc 'GNU Emacs text editor' homepage 'https://github.com/jimeh/emacs-builds' - version '29.1' + version '29.2' on_arm do - sha256 'af65e90cb77c6995fd06f2248f84bbc09160b1aed9661813958317c2843b9e55' - url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-29.1/Emacs.2023-07-30.a9b2822.emacs-29-1.macOS-13.arm64.dmg' + sha256 '6af807ddf5fa79c1d55c05f00adf144e90f7f6aca9a3a3d1b539aa13a44f2fe6' + url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-29.2/Emacs.2024-01-18.ef01b63.emacs-29-2.macOS-13.arm64.dmg' depends_on macos: '>= :ventura' end on_intel do - sha256 '06975a567a038f557f88d865f438aa838a4da3a1771885b747bcd416cb85c67c' - url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-29.1/Emacs.2023-07-30.a9b2822.emacs-29-1.macOS-12.x86_64.dmg' + sha256 '5f119b58676f469956701744e0504d125febcc68ddb50c2c6fffac9ce1baa946' + url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs-29.2/Emacs.2024-01-18.ef01b63.emacs-29-2.macOS-12.x86_64.dmg' depends_on macos: '>= :monterey' end