Skip to content

Commit

Permalink
eask-cli: Add version 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 16, 2025
1 parent 052dbc3 commit 033f482
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/eask-cli.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "0.10.3",
"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.3/eask_0.10.3_win-x64.zip",
"hash": "8baeab3aa4bf2798abcfd2bef3765eca484f7bb56d72f049741e4eb9e99599d6"
},
"arm64": {
"url": "https://github.com/emacs-eask/cli/releases/download/0.10.3/eask_0.10.3_win-arm64.zip",
"hash": "ac912064680774c0430d02fc75c391d05146720121868c2ee76635017802f9c9"
}
},
"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"
},
"arm64": {
"url": "https://github.com/emacs-eask/cli/releases/download/$version/eask_$version_win-arm64.zip"
}
}
}
}

0 comments on commit 033f482

Please sign in to comment.