Skip to content

Commit 66eccf8

Browse files
authored
gosuki@1.4.1: Switch from .tar.gz to .zip releases (#8261)
1 parent 12f759f commit 66eccf8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

bucket/gosuki.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
"license": "AGPL-3.0-or-later",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/blob42/gosuki/releases/download/v1.4.1/gosuki-v1.4.1-windows-amd64.tar.gz",
9-
"hash": "53c1fd2ab12e4796284a95732bea8b7fc68f17c14542ca83d82c01619b49c537",
8+
"url": "https://github.com/blob42/gosuki/releases/download/v1.4.1/gosuki-v1.4.1-windows-amd64.zip",
9+
"hash": "af2f45c5980b2997fbd7792457f2dc6fd6a6a1e87b2366020bdaeccec1f0528f",
1010
"bin": [
1111
"gosuki.exe",
1212
"suki.exe"
1313
]
1414
},
1515
"32bit": {
16-
"url": "https://github.com/blob42/gosuki/releases/download/v1.4.1/gosuki-v1.4.1-windows-386.tar.gz",
17-
"hash": "087e3777657dc5ed0badea9cdcb1904f5023df3efc3ce406d23cef7f8bfe4f4d",
16+
"url": "https://github.com/blob42/gosuki/releases/download/v1.4.1/gosuki-v1.4.1-windows-386.zip",
17+
"hash": "f211ef704acfcc55624902de1e179e4298a011161f4e1e80e402e02a10b59ad9",
1818
"bin": [
1919
[
2020
"gosuki-386.exe",
@@ -34,10 +34,10 @@
3434
"autoupdate": {
3535
"architecture": {
3636
"64bit": {
37-
"url": "https://github.com/blob42/gosuki/releases/download/v$version/gosuki-v$version-windows-amd64.tar.gz"
37+
"url": "https://github.com/blob42/gosuki/releases/download/v$version/gosuki-v$version-windows-amd64.zip"
3838
},
3939
"32bit": {
40-
"url": "https://github.com/blob42/gosuki/releases/download/v$version/gosuki-v$version-windows-386.tar.gz"
40+
"url": "https://github.com/blob42/gosuki/releases/download/v$version/gosuki-v$version-windows-386.zip"
4141
}
4242
},
4343
"extract_dir": "gosuki-v$version"

0 commit comments

Comments
 (0)