fix: update pretest cask for macOS 11.x (Big Sur)

This commit is contained in:
2022-08-13 16:46:45 +01:00
parent b53669dcf7
commit 715a7c3218

View File

@@ -3,8 +3,8 @@
cask 'emacs-app-pretest' do
version '{{ .Version }}'
sha256 '{{ .SHA256 "macOS-10-15" "x86_64" }}'
url '{{ .DownloadURL "macOS-10-15" "x86_64" }}'
sha256 '{{ .SHA256 "macOS-11" "x86_64" }}'
url '{{ .DownloadURL "macOS-11" "x86_64" }}'
name 'Emacs'
desc 'GNU Emacs text editor (latest pretest)'