mirror of
https://github.com/jimeh/homebrew-emacs-builds.git
synced 2026-02-19 06:26:38 +00:00
chore(deps): update emacs-builder tool to 0.6.17
This commit is contained in:
2
.github/workflows/update-casks.yml
vendored
2
.github/workflows/update-casks.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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)'
|
||||
|
||||
@@ -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)'
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user