Skip to content

Commit 6a03204

Browse files
New version: eask.cli version 0.11.5 (microsoft#259123)
1 parent 354bb93 commit 6a03204

File tree

3 files changed

+58
-0
lines changed

3 files changed

+58
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Created with komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json
3+
4+
PackageIdentifier: eask.cli
5+
PackageVersion: 0.11.5
6+
InstallerLocale: en-US
7+
InstallerType: zip
8+
NestedInstallerType: portable
9+
NestedInstallerFiles:
10+
- RelativeFilePath: eask.exe
11+
ReleaseDate: 2025-05-22
12+
Installers:
13+
- Architecture: x64
14+
InstallerUrl: https://github.com/emacs-eask/cli/releases/download/0.11.5/eask_0.11.5_win-x64.zip
15+
InstallerSha256: 6A338F83AEC65D95749487D5FBF49BB0B9080A4EDE6B1A889310A4AB4193A602
16+
- Architecture: arm64
17+
InstallerUrl: https://github.com/emacs-eask/cli/releases/download/0.11.5/eask_0.11.5_win-arm64.zip
18+
InstallerSha256: 0D03C8C890325B7542BE1A94B7DC67799401B73666078E1F8CA677F47E19A5FD
19+
ManifestType: installer
20+
ManifestVersion: 1.9.0
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Created with komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json
3+
4+
PackageIdentifier: eask.cli
5+
PackageVersion: 0.11.5
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+
ReleaseNotesUrl: https://github.com/emacs-eask/cli/releases/tag/0.11.5
29+
ManifestType: defaultLocale
30+
ManifestVersion: 1.9.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.11.2
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json
3+
4+
PackageIdentifier: eask.cli
5+
PackageVersion: 0.11.5
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.9.0

0 commit comments

Comments
 (0)