Skip to content

Commit 4b7bfcb

Browse files
committed
moon: add version 1.41.8
1 parent 2ea22d8 commit 4b7bfcb

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

bucket/moon.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"version": "1.41.8",
3+
"description": "A task runner and monorepo management tool for the web ecosystem, written in Rust.",
4+
"homepage": "https://moonrepo.dev/moon",
5+
"license": "MIT",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/moonrepo/moon/releases/download/v1.41.8/moon-x86_64-pc-windows-msvc.exe",
9+
"hash": "4592830af50746f8e54d2f38b9676a8819fe861e1934e8d5144a08856e5f8304"
10+
}
11+
},
12+
"pre_install": "Rename-Item \"$dir\\moon-x86_64-pc-windows-msvc.exe\" 'moon.exe'",
13+
"bin": "moon.exe",
14+
"checkver": {
15+
"github": "https://github.com/moonrepo/moon"
16+
},
17+
"autoupdate": {
18+
"architecture": {
19+
"64bit": {
20+
"url": "https://github.com/moonrepo/moon/releases/download/v$version/moon-x86_64-pc-windows-msvc.exe"
21+
}
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)