Skip to content

Commit 55f1ba6

Browse files
New version: eask.cli version 0.11.7 (microsoft#270472)
1 parent a3fba9e commit 55f1ba6

3 files changed

Lines changed: 62 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: eask.cli
5+
PackageVersion: 0.11.7
6+
InstallerLocale: en-US
7+
InstallerType: zip
8+
NestedInstallerType: portable
9+
NestedInstallerFiles:
10+
- RelativeFilePath: eask.exe
11+
ReleaseDate: 2025-07-02
12+
Installers:
13+
- Architecture: x64
14+
InstallerUrl: https://github.com/emacs-eask/cli/releases/download/0.11.7/eask_0.11.7_win-x64.zip
15+
InstallerSha256: 5C6AE72A1D6828197D5A136FE5D6822889C2D0D875845AB113C47B7F821AC1B5
16+
- Architecture: arm64
17+
InstallerUrl: https://github.com/emacs-eask/cli/releases/download/0.11.7/eask_0.11.7_win-arm64.zip
18+
InstallerSha256: 2F4AE423EADA70614FE4F54CA7316CF2170215E998C767A449604138329D849C
19+
ManifestType: installer
20+
ManifestVersion: 1.10.0
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: eask.cli
5+
PackageVersion: 0.11.7
6+
PackageLocale: en-US
7+
Publisher: The Eask Authors
8+
PublisherUrl: https://emacs-eask.github.io/
9+
PublisherSupportUrl: https://github.com/emacs-eask/cli/issues
10+
Author: The Eask Authors
11+
PackageName: eask-cli
12+
PackageUrl: https://emacs-eask.github.io/
13+
License: GPL-3.0
14+
LicenseUrl: https://emacs-eask.github.io/License/
15+
Copyright: Copyright 2024 The Eask Authors.
16+
ShortDescription: CLI for building, running, testing, and managing your Emacs Lisp dependencies
17+
Description: Eask was built to use as a package development tool in your Elisp packages. But
18+
Tags:
19+
- elisp-emacs
20+
ReleaseNotes: |-
21+
- fix(install): Package installed calculation (a479d53)
22+
- fix(install-file): Get correct install package name (#318)
23+
- feat: Add :try for depends-on DSL (#319)
24+
- fix: Warning missing lexical-binding cookie in Eask-file (#320)
25+
- fix(extern): Avoid patching compat functions (524c02d)
26+
- feat(_prepare.el): Respect global/system-wide packages (e0732f2)
27+
- fix(lisp/extern): Clean up compat (2b41f5d)
28+
- fix(lisp): Paint keywords with nested ansi codes (#323)
29+
- feat(create): Add new command for el-project (#325)
30+
- feat(lint): Add command for org-lint (#328)
31+
- fix: Avoid using white color for light theme (8acdc65)
32+
ReleaseNotesUrl: https://github.com/emacs-eask/cli/releases/tag/0.11.7
33+
ManifestType: defaultLocale
34+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.12.1
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: eask.cli
5+
PackageVersion: 0.11.7
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)