Skip to content

Commit

Permalink
eask-cli: Add version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 4, 2025
1 parent 052dbc3 commit 5ae33f3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bucket/eask-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": "0.10.2",
"description": "Command-line tool for building and testing Emacs Lisp packages",
"homepage": "https://emacs-eask.github.io/",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/emacs-eask/cli/releases/download/0.10.2/eask_0.10.2_win-x64.zip",
"hash": "2fcdb9fed6ca51ee8a1c2cbff570b7d71ef174af72f68a71292bf828551b01a6"
}
},
"bin": "eask.exe",
"checkver": {
"github": "https://github.com/emacs-eask/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/emacs-eask/cli/releases/download/$version/eask_$version_win-x64.zip"
}
}
}
}

0 comments on commit 5ae33f3

Please sign in to comment.