Skip to content

Commit e14132c

Browse files
committed
alire: Add version 2.1.0
1 parent 317d009 commit e14132c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

bucket/alire.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"version": "2.1.0",
3+
"description": "Command-line tool from the Alire project and supporting library",
4+
"homepage": "https://github.com/alire-project/alire",
5+
"license": "GPL-3.0-only",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/alire-project/alire/releases/download/v2.1.0/alr-2.1.0-bin-x86_64-windows.zip",
9+
"hash": "373ed06114f46c80e8a10c00a5edb3a14a86c9ad1ce6326060d734968a8155d9"
10+
}
11+
},
12+
"bin": "bin\\alr.exe",
13+
"checkver": {
14+
"github": "https://github.com/alire-project/alire"
15+
},
16+
"autoupdate": {
17+
"architecture": {
18+
"64bit": {
19+
"url": "https://github.com/alire-project/alire/releases/download/v$version/alr-$version-bin-x86_64-windows.zip"
20+
}
21+
},
22+
"hash": {
23+
"url": "$baseurl/checksums.txt"
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)