chore(meta): update meta files

This commit is contained in:
github-actions[bot]
2021-07-04 17:14:08 +00:00
parent 077647aa40
commit 2c10b17198
6 changed files with 321 additions and 0 deletions

View File

@@ -0,0 +1,99 @@
{
"token": "emacs-app-good",
"full_token": "jimeh/emacs-builds/emacs-app-good",
"tap": "jimeh/emacs-builds",
"name": [
"Emacs"
],
"desc": "GNU Emacs text editor (known good nightly build)",
"homepage": "https://github.com/jimeh/emacs-builds",
"url": "https://github.com/jimeh/emacs-builds/releases/download/Emacs.2021-06-25.f2729dd.master/Emacs.2021-06-25.f2729dd.master.macOS-10-15.x86_64.dmg",
"appcast": null,
"version": "2021-06-25.f2729dd.master",
"installed": null,
"outdated": false,
"sha256": "0bcbb5be9984626c78b5c702bf12889b536809dd167e01c0e896e03f90567d8d",
"artifacts": [
[
"Emacs.app"
],
[
"/Applications/Emacs.app/Contents/MacOS/bin/ebrowse"
],
[
"/Applications/Emacs.app/Contents/MacOS/bin/emacs"
],
[
"/Applications/Emacs.app/Contents/MacOS/bin/emacsclient"
],
[
"/Applications/Emacs.app/Contents/MacOS/bin/etags"
],
[
"/Applications/Emacs.app/Contents/Resources/include/emacs-module.h",
{
"target": "$(brew --prefix)/include/emacs-module.h"
}
],
[
"/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el",
{
"target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el"
}
],
[
"/Applications/Emacs.app/Contents/Resources/man/man1/ebrowse.1.gz"
],
[
"/Applications/Emacs.app/Contents/Resources/man/man1/emacs.1.gz"
],
[
"/Applications/Emacs.app/Contents/Resources/man/man1/emacsclient.1.gz"
],
[
"/Applications/Emacs.app/Contents/Resources/man/man1/etags.1.gz"
],
{
"trash": [
"~/Library/Caches/org.gnu.Emacs",
"~/Library/Preferences/org.gnu.Emacs.plist",
"~/Library/Saved Application State/org.gnu.Emacs.savedState"
],
"signal": {}
}
],
"caveats": null,
"depends_on": {
"macos": {
">=": [
"10.15"
]
},
"arch": [
{
"type": "intel",
"bits": 64
}
],
"formula": [
"gcc"
]
},
"conflicts_with": {
"cask": [
"emacs-app-nightly",
"emacs-app",
"emacs",
"emacs-nightly",
"emacs-pretest",
"emacs-mac",
"emacs-mac-spacemacs-icon"
],
"formula": [
"emacs",
"emacs-mac"
]
},
"container": null,
"auto_updates": null
}

View File

@@ -0,0 +1,9 @@
{
"schemaVersion": 1,
"style": "flat",
"color": "#7F5AB6",
"namedLogo": "GNU Emacs",
"logoColor": "white",
"label": "known good nightly",
"message": "2021-06-25.f2729dd.master"
}

View File

@@ -0,0 +1,99 @@
{
"token": "emacs-app-nightly",
"full_token": "jimeh/emacs-builds/emacs-app-nightly",
"tap": "jimeh/emacs-builds",
"name": [
"Emacs"
],
"desc": "GNU Emacs text editor (nightly build)",
"homepage": "https://github.com/jimeh/emacs-builds",
"url": "https://github.com/jimeh/emacs-builds/releases/download/Emacs.2021-07-03.0aee54a.master/Emacs.2021-07-03.0aee54a.master.macOS-10-15.x86_64.dmg",
"appcast": null,
"version": "2021-07-03.0aee54a.master",
"installed": null,
"outdated": false,
"sha256": "26cfdc13f915666a5ec982480a43b1bd7a9d9f3f318c507519a4a2f06929bae1",
"artifacts": [
[
"Emacs.app"
],
[
"/Applications/Emacs.app/Contents/MacOS/bin/ebrowse"
],
[
"/Applications/Emacs.app/Contents/MacOS/bin/emacs"
],
[
"/Applications/Emacs.app/Contents/MacOS/bin/emacsclient"
],
[
"/Applications/Emacs.app/Contents/MacOS/bin/etags"
],
[
"/Applications/Emacs.app/Contents/Resources/include/emacs-module.h",
{
"target": "$(brew --prefix)/include/emacs-module.h"
}
],
[
"/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el",
{
"target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el"
}
],
[
"/Applications/Emacs.app/Contents/Resources/man/man1/ebrowse.1.gz"
],
[
"/Applications/Emacs.app/Contents/Resources/man/man1/emacs.1.gz"
],
[
"/Applications/Emacs.app/Contents/Resources/man/man1/emacsclient.1.gz"
],
[
"/Applications/Emacs.app/Contents/Resources/man/man1/etags.1.gz"
],
{
"trash": [
"~/Library/Caches/org.gnu.Emacs",
"~/Library/Preferences/org.gnu.Emacs.plist",
"~/Library/Saved Application State/org.gnu.Emacs.savedState"
],
"signal": {}
}
],
"caveats": null,
"depends_on": {
"macos": {
">=": [
"10.15"
]
},
"arch": [
{
"type": "intel",
"bits": 64
}
],
"formula": [
"gcc"
]
},
"conflicts_with": {
"cask": [
"emacs-app",
"emacs-app-good",
"emacs",
"emacs-nightly",
"emacs-pretest",
"emacs-mac",
"emacs-mac-spacemacs-icon"
],
"formula": [
"emacs",
"emacs-mac"
]
},
"container": null,
"auto_updates": null
}

View File

@@ -0,0 +1,9 @@
{
"schemaVersion": 1,
"style": "flat",
"color": "#7F5AB6",
"namedLogo": "GNU Emacs",
"logoColor": "white",
"label": "nightly",
"message": "2021-07-03.0aee54a.master"
}

96
Casks/emacs-app/meta.json Normal file
View File

@@ -0,0 +1,96 @@
{
"token": "emacs-app",
"full_token": "jimeh/emacs-builds/emacs-app",
"tap": "jimeh/emacs-builds",
"name": [
"Emacs"
],
"desc": "GNU Emacs text editor",
"homepage": "https://github.com/jimeh/emacs-builds",
"url": "https://github.com/jimeh/emacs-builds/releases/download/Emacs-27.2/Emacs.2021-03-19.deef5ef.emacs-27-2.macOS-10-15.x86_64.dmg",
"appcast": null,
"version": "27.2",
"installed": null,
"outdated": false,
"sha256": "992fd61e936b4d01b6d84ad7dd87af338504d89a0a94e6eaf3570042d463f8ec",
"artifacts": [
[
"Emacs.app"
],
[
"/Applications/Emacs.app/Contents/MacOS/bin/ebrowse"
],
[
"/Applications/Emacs.app/Contents/MacOS/bin/emacs"
],
[
"/Applications/Emacs.app/Contents/MacOS/bin/emacsclient"
],
[
"/Applications/Emacs.app/Contents/MacOS/bin/etags"
],
[
"/Applications/Emacs.app/Contents/Resources/include/emacs-module.h",
{
"target": "$(brew --prefix)/include/emacs-module.h"
}
],
[
"/Applications/Emacs.app/Contents/Resources/site-lisp/subdirs.el",
{
"target": "$(brew --prefix)/share/emacs/site-lisp/subdirs.el"
}
],
[
"/Applications/Emacs.app/Contents/Resources/man/man1/ebrowse.1.gz"
],
[
"/Applications/Emacs.app/Contents/Resources/man/man1/emacs.1.gz"
],
[
"/Applications/Emacs.app/Contents/Resources/man/man1/emacsclient.1.gz"
],
[
"/Applications/Emacs.app/Contents/Resources/man/man1/etags.1.gz"
],
{
"trash": [
"~/Library/Caches/org.gnu.Emacs",
"~/Library/Preferences/org.gnu.Emacs.plist",
"~/Library/Saved Application State/org.gnu.Emacs.savedState"
],
"signal": {}
}
],
"caveats": null,
"depends_on": {
"macos": {
">=": [
"10.15"
]
},
"arch": [
{
"type": "intel",
"bits": 64
}
]
},
"conflicts_with": {
"cask": [
"emacs-app-nightly",
"emacs-app-good",
"emacs",
"emacs-nightly",
"emacs-pretest",
"emacs-mac",
"emacs-mac-spacemacs-icon"
],
"formula": [
"emacs",
"emacs-mac"
]
},
"container": null,
"auto_updates": null
}

View File

@@ -0,0 +1,9 @@
{
"schemaVersion": 1,
"style": "flat",
"color": "#7F5AB6",
"namedLogo": "GNU Emacs",
"logoColor": "white",
"label": "stable",
"message": "v27.2"
}