chore(deps): update emacs-builder tool to 0.6.17

This commit is contained in:
2021-10-23 14:08:35 +01:00
parent e032ca8cc6
commit 8e72a33c90
4 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: jimeh/build-emacs-for-macos
ref: "v0.6.9"
ref: "v0.6.17"
path: builder
- uses: actions/setup-go@v2
with:

View File

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

View File

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

View File

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