From 82aedc83d7d7090221935c55ea1397e105c59477 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Feb 2023 00:34:01 +0000 Subject: [PATCH] chore(meta): update meta files --- Casks/emacs-app-good/meta.json | 6 +++--- Casks/emacs-app-nightly-28/meta.json | 6 +++--- Casks/emacs-app-nightly-29/meta.json | 12 ++++++------ Casks/emacs-app-nightly-29/shield.json | 2 +- Casks/emacs-app-nightly/meta.json | 6 +++--- Casks/emacs-app-pretest/meta.json | 6 +++--- Casks/emacs-app/meta.json | 6 +++--- 7 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Casks/emacs-app-good/meta.json b/Casks/emacs-app-good/meta.json index 4c60e4e2..5ff398f0 100644 --- a/Casks/emacs-app-good/meta.json +++ b/Casks/emacs-app-good/meta.json @@ -44,7 +44,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/include/emacs-module.h", { - "target": "$(brew --prefix)/include/emacs-module.h" + "target": "/usr/local/include/emacs-module.h" } ] }, @@ -52,7 +52,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el", { - "target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el" + "target": "/usr/local/share/emacs/site-lisp/subdirs.el" } ] }, @@ -116,6 +116,6 @@ }, "container": null, "auto_updates": null, - "tap_git_head": "f2ad8f356173b0a32e3f0cd38a6b6a6f6717730a", + "tap_git_head": "a40093e3412c71858c58ebe061a9d003bf4a2b62", "languages": [] } diff --git a/Casks/emacs-app-nightly-28/meta.json b/Casks/emacs-app-nightly-28/meta.json index 3f7c60f6..27e54320 100644 --- a/Casks/emacs-app-nightly-28/meta.json +++ b/Casks/emacs-app-nightly-28/meta.json @@ -44,7 +44,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/include/emacs-module.h", { - "target": "$(brew --prefix)/include/emacs-module.h" + "target": "/usr/local/include/emacs-module.h" } ] }, @@ -52,7 +52,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el", { - "target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el" + "target": "/usr/local/share/emacs/site-lisp/subdirs.el" } ] }, @@ -116,6 +116,6 @@ }, "container": null, "auto_updates": null, - "tap_git_head": "f2ad8f356173b0a32e3f0cd38a6b6a6f6717730a", + "tap_git_head": "a40093e3412c71858c58ebe061a9d003bf4a2b62", "languages": [] } diff --git a/Casks/emacs-app-nightly-29/meta.json b/Casks/emacs-app-nightly-29/meta.json index 5310c848..73542277 100644 --- a/Casks/emacs-app-nightly-29/meta.json +++ b/Casks/emacs-app-nightly-29/meta.json @@ -7,13 +7,13 @@ ], "desc": "GNU Emacs text editor (nightly build of emacs-29 branch)", "homepage": "https://github.com/jimeh/emacs-builds", - "url": "https://github.com/jimeh/emacs-builds/releases/download/Emacs.2023-02-20.5d0b45c.emacs-29/Emacs.2023-02-20.5d0b45c.emacs-29.macOS-11.x86_64.dmg", + "url": "https://github.com/jimeh/emacs-builds/releases/download/Emacs.2023-02-21.fb5dbf6.emacs-29/Emacs.2023-02-21.fb5dbf6.emacs-29.macOS-11.x86_64.dmg", "appcast": null, - "version": "2023-02-20.5d0b45c.emacs-29", + "version": "2023-02-21.fb5dbf6.emacs-29", "versions": {}, "installed": null, "outdated": false, - "sha256": "abc7115bc788bc2135897faa6d99911c02e0597eb7aa6f793d5eea3df2a7cfa6", + "sha256": "b3532fb2433be81ee0903a4e96769311f854059c342cbbd97cc023e29d2b4f1c", "artifacts": [ { "app": [ @@ -44,7 +44,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/include/emacs-module.h", { - "target": "$(brew --prefix)/include/emacs-module.h" + "target": "/usr/local/include/emacs-module.h" } ] }, @@ -52,7 +52,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el", { - "target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el" + "target": "/usr/local/share/emacs/site-lisp/subdirs.el" } ] }, @@ -116,6 +116,6 @@ }, "container": null, "auto_updates": null, - "tap_git_head": "f2ad8f356173b0a32e3f0cd38a6b6a6f6717730a", + "tap_git_head": "a40093e3412c71858c58ebe061a9d003bf4a2b62", "languages": [] } diff --git a/Casks/emacs-app-nightly-29/shield.json b/Casks/emacs-app-nightly-29/shield.json index e7bf08ce..8fe2afcd 100644 --- a/Casks/emacs-app-nightly-29/shield.json +++ b/Casks/emacs-app-nightly-29/shield.json @@ -5,5 +5,5 @@ "namedLogo": "GNU Emacs", "logoColor": "white", "label": "nightly@emacs-29", - "message": "2023-02-20.5d0b45c.emacs-29" + "message": "2023-02-21.fb5dbf6.emacs-29" } diff --git a/Casks/emacs-app-nightly/meta.json b/Casks/emacs-app-nightly/meta.json index 4e27f3cf..3cbc11c2 100644 --- a/Casks/emacs-app-nightly/meta.json +++ b/Casks/emacs-app-nightly/meta.json @@ -44,7 +44,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/include/emacs-module.h", { - "target": "$(brew --prefix)/include/emacs-module.h" + "target": "/usr/local/include/emacs-module.h" } ] }, @@ -52,7 +52,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el", { - "target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el" + "target": "/usr/local/share/emacs/site-lisp/subdirs.el" } ] }, @@ -116,6 +116,6 @@ }, "container": null, "auto_updates": null, - "tap_git_head": "f2ad8f356173b0a32e3f0cd38a6b6a6f6717730a", + "tap_git_head": "a40093e3412c71858c58ebe061a9d003bf4a2b62", "languages": [] } diff --git a/Casks/emacs-app-pretest/meta.json b/Casks/emacs-app-pretest/meta.json index 35fba1ed..5a2391df 100644 --- a/Casks/emacs-app-pretest/meta.json +++ b/Casks/emacs-app-pretest/meta.json @@ -44,7 +44,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/include/emacs-module.h", { - "target": "$(brew --prefix)/include/emacs-module.h" + "target": "/usr/local/include/emacs-module.h" } ] }, @@ -52,7 +52,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el", { - "target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el" + "target": "/usr/local/share/emacs/site-lisp/subdirs.el" } ] }, @@ -116,6 +116,6 @@ }, "container": null, "auto_updates": null, - "tap_git_head": "f2ad8f356173b0a32e3f0cd38a6b6a6f6717730a", + "tap_git_head": "a40093e3412c71858c58ebe061a9d003bf4a2b62", "languages": [] } diff --git a/Casks/emacs-app/meta.json b/Casks/emacs-app/meta.json index 7a8f444f..2ac3d048 100644 --- a/Casks/emacs-app/meta.json +++ b/Casks/emacs-app/meta.json @@ -44,7 +44,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/include/emacs-module.h", { - "target": "$(brew --prefix)/include/emacs-module.h" + "target": "/usr/local/include/emacs-module.h" } ] }, @@ -52,7 +52,7 @@ "binary": [ "/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el", { - "target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el" + "target": "/usr/local/share/emacs/site-lisp/subdirs.el" } ] }, @@ -116,6 +116,6 @@ }, "container": null, "auto_updates": null, - "tap_git_head": "f2ad8f356173b0a32e3f0cd38a6b6a6f6717730a", + "tap_git_head": "a40093e3412c71858c58ebe061a9d003bf4a2b62", "languages": [] }