mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 05:41:32 +00:00
goreleaser: Update to version 0.139.0
This commit is contained in:
parent
a2e16ba790
commit
a1d09f4e72
@ -1,16 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": "0.138.0",
|
"version": "0.139.0",
|
||||||
"description": "Release automation tool for Go projects.",
|
"description": "Release automation tool for Go projects.",
|
||||||
"homepage": "https://goreleaser.com",
|
"homepage": "https://goreleaser.com",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.138.0/goreleaser_Windows_i386.zip",
|
|
||||||
"hash": "c15bcf026f37483d629de8bf6c3c6ff6a71e5600e3c92a54576fb93af072db19"
|
|
||||||
},
|
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.138.0/goreleaser_Windows_x86_64.zip",
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.139.0/goreleaser_Windows_x86_64.zip",
|
||||||
"hash": "de174f85e1057a3d366030aeb0050bbf021ecc4783458195cd12ba6ebd5de2a9"
|
"hash": "abec9b50f6eb2f88606ecc9cb9dae8f451b35b386be3b38e2314d18f86d10152"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.139.0/goreleaser_Windows_i386.zip",
|
||||||
|
"hash": "f623b628cf03f40bd7e85889292c8261075667d95f836ca22bb61d41274fb155"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "goreleaser.exe",
|
"bin": "goreleaser.exe",
|
||||||
@ -19,11 +19,11 @@
|
|||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"32bit": {
|
|
||||||
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_i386.zip"
|
|
||||||
},
|
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_x86_64.zip"
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_x86_64.zip"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_i386.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user