diff --git a/bucket/git-chglog.json b/bucket/git-chglog.json index 7f0833428a..d8ea48e36c 100644 --- a/bucket/git-chglog.json +++ b/bucket/git-chglog.json @@ -1,16 +1,12 @@ { - "version": "0.9.1", + "version": "0.10.0", "description": "Changelog generator implemented in Go (Golang)", "homepage": "https://github.com/git-chglog/git-chglog", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/git-chglog/git-chglog/releases/download/0.9.1/git-chglog_windows_amd64.exe#/git-chglog.exe", - "hash": "d14da18c6008de0c240b75991368a137068c8a06d3d4c3c240ddc806fd7b9612" - }, - "32bit": { - "url": "https://github.com/git-chglog/git-chglog/releases/download/0.9.1/git-chglog_windows_386.exe#/git-chglog.exe", - "hash": "00971cd3718084f405002d9732ad8758469b04a059feae96f3a943a0706065dd" + "url": "https://github.com/git-chglog/git-chglog/releases/download/v0.10.0/git-chglog_0.10.0_windows_amd64.zip", + "hash": "cde8815a89c1b18d3f2ef7e663d208ccd0a8dd8305babf83869bf42e6493b2b6" } }, "bin": "git-chglog.exe", @@ -18,11 +14,11 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/git-chglog/git-chglog/releases/download/$version/git-chglog_windows_amd64.exe#/git-chglog.exe" - }, - "32bit": { - "url": "https://github.com/git-chglog/git-chglog/releases/download/$version/git-chglog_windows_386.exe#/git-chglog.exe" + "url": "https://github.com/git-chglog/git-chglog/releases/download/v$version/git-chglog_$version_windows_amd64.zip" } + }, + "hash": { + "url": "$baseurl/checksums.txt" } } } diff --git a/bucket/sd.json b/bucket/sd.json index b9b5ee29a6..8230eae58c 100644 --- a/bucket/sd.json +++ b/bucket/sd.json @@ -12,7 +12,6 @@ }, "pre_install": "Remove-Item \"$dir\\build\", \"$dir\\b\", \"$dir\\sd.pdb\" -Force -Recurse", "bin": "sd.exe", - "checkver": "github", "autoupdate": { "architecture": { "64bit": { diff --git a/bucket/simple-http-server.json b/bucket/simple-http-server.json index 758e9dcbe8..1507bc9195 100644 --- a/bucket/simple-http-server.json +++ b/bucket/simple-http-server.json @@ -1,7 +1,7 @@ { "version": "0.4.2", - "description": "Simple http server.", - "homepage": "https://github.com/TheWaWaR/simple-http-server/", + "description": "Simple http server", + "homepage": "https://github.com/TheWaWaR/simple-http-server", "license": "MIT", "architecture": { "64bit": { @@ -10,7 +10,6 @@ } }, "bin": "simple-http-server.exe", - "checkver": "github", "autoupdate": { "architecture": { "64bit": { diff --git a/bucket/uncrustify.json b/bucket/uncrustify.json index d50b089ad5..5fab39e5ec 100644 --- a/bucket/uncrustify.json +++ b/bucket/uncrustify.json @@ -16,7 +16,7 @@ "bin": "uncrustify.exe", "checkver": { "url": "https://sourceforge.net/projects/uncrustify/rss?path=/", - "regex": "uncrustify-([\\d.]+)" + "regex": "/uncrustify-([\\d.]+)_" }, "autoupdate": { "architecture": {