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-06-02.b44d511.master
This commit is contained in:
committed by
GitHub
parent
3b35ed959e
commit
5fc821a661
@@ -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-06-01.9a2088b.master'
|
||||
version '2024-06-02.b44d511.master'
|
||||
|
||||
on_arm do
|
||||
sha256 '434ade7271ba7e9a9039647e608be5219d41730b8485c3a3758174578d2dddd7'
|
||||
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs.2024-06-01.9a2088b.master/Emacs.2024-06-01.9a2088b.master.macOS-13.arm64.dmg'
|
||||
depends_on macos: '>= :ventura'
|
||||
end
|
||||
|
||||
on_intel do
|
||||
sha256 'e9f0c3add0c274fb975a141310beb8ae2243774eea6826874d348007e61e388d'
|
||||
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs.2024-06-01.9a2088b.master/Emacs.2024-06-01.9a2088b.master.macOS-12.x86_64.dmg'
|
||||
depends_on macos: '>= :monterey'
|
||||
end
|
||||
sha256 '93bbfa9fd54c850f534c4a1b7d7fea2f6d66fe1daad36a85257b07d7b20d8dc5'
|
||||
url 'https://github.com/jimeh/emacs-builds/releases/download/Emacs.2024-06-02.b44d511.master/Emacs.2024-06-02.b44d511.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