mirror of
https://github.com/jimeh/homebrew-emacs-builds.git
synced 2026-02-19 13:16:38 +00:00
feat(cask): update emacs-app-nightly to version 2024-03-02.5f543fb.master
This commit is contained in:
committed by
GitHub
parent
5b3219f7bb
commit
b7f060294f
@@ -5,19 +5,11 @@ cask 'emacs-app-nightly' do
|
||||
desc 'GNU Emacs text editor (nightly build)'
|
||||
homepage 'https://github.com/jimeh/emacs-builds'
|
||||
|
||||
version '2024-03-01.8b96503.master'
|
||||
version '2024-03-02.5f543fb.master'
|
||||
|
||||
on_arm do
|
||||
sha256 '6ca27b96e28b223b1ba55588bcbd533335a86aaeda0b404ce965b19107d08959'
|
||||
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs.2024-03-01.8b96503.master/Emacs.2024-03-01.8b96503.master.macOS-13.arm64.dmg'
|
||||
depends_on macos: '>= :ventura'
|
||||
end
|
||||
|
||||
on_intel do
|
||||
sha256 'edd7f068b9b5a583a541c169ce25938b0b030ec352e45bf2de298c3aa4194ffa'
|
||||
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs.2024-03-01.8b96503.master/Emacs.2024-03-01.8b96503.master.macOS-12.x86_64.dmg'
|
||||
depends_on macos: '>= :monterey'
|
||||
end
|
||||
sha256 'e2eb2cdac319c7fcc55af363a4a2d5059debd090f302263e2b11ca27cd07000d'
|
||||
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs.2024-03-02.5f543fb.master/Emacs.2024-03-02.5f543fb.master.macOS-12.x86_64.dmg'
|
||||
depends_on macos: '>= :monterey'
|
||||
|
||||
livecheck do
|
||||
url 'https://github.com/jimeh/emacs-builds.git'
|
||||
|
||||
Reference in New Issue
Block a user