buffalo: Update to version 0.17.1

This commit is contained in:
Jakub Čábera 2021-08-07 23:11:14 -07:00
parent 5586e1f26b
commit dbe9371166
5 changed files with 17 additions and 30 deletions

View File

@ -1,22 +1,29 @@
{
"version": "0.16.27",
"version": "0.17.1",
"description": "A Go web development eco-system, designed to make the life of a Go web developer easier.",
"homepage": "https://gobuffalo.io",
"homepage": "https://gobuffalo.io/en",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gobuffalo/buffalo/releases/download/v0.16.27/buffalo_0.16.27_windows_x86_64.tar.gz",
"hash": "e186c2d8d2ae13070eb5a5f731889e7b99722617c46221df19bfc911a380e7d8"
"url": "https://github.com/gobuffalo/cli/releases/download/v0.17.1/buffalo_0.17.1_windows_x86_64.tar.gz",
"hash": "7110cc897560cce5668feaf39587f8d6a71fccfb45e7a55a555398b48f7fc076"
},
"32bit": {
"url": "https://github.com/gobuffalo/cli/releases/download/v0.17.1/buffalo_0.17.1_windows_i386.tar.gz",
"hash": "e8a8421fcc3422bb9c56f60877f347750f8d9779606e337bac53ed1dba6fb4e7"
}
},
"bin": "buffalo.exe",
"checkver": {
"github": "https://github.com/gobuffalo/buffalo"
"github": "https://github.com/gobuffalo/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gobuffalo/buffalo/releases/download/v$version/buffalo_$version_windows_x86_64.tar.gz"
"url": "https://github.com/gobuffalo/cli/releases/download/v$version/buffalo_$version_windows_x86_64.tar.gz"
},
"32bit": {
"url": "https://github.com/gobuffalo/cli/releases/download/v$version/buffalo_$version_windows_i386.tar.gz"
}
},
"hash": {

View File

@ -6,6 +6,5 @@
"url": "https://downloads.sourceforge.net/project/ctags/ctags/5.8/ctags58.zip",
"hash": "e1f5909ec0c7a58fd2149139fa6a1dc532070a3d919dd183671c57a32f8b243d",
"extract_dir": "ctags58",
"bin": "ctags.exe",
"checkver": "Version ([\\d.]+)"
"bin": "ctags.exe"
}

View File

@ -14,7 +14,7 @@
"bin": "selenium.jar",
"checkver": {
"url": "https://selenium.dev/downloads/",
"regex": "Latest stable version.*?>([\\d.]+)<"
"regex": "selenium-server-standalone-([\\d.]+)\\.jar"
},
"autoupdate": {
"url": "https://selenium-release.storage.googleapis.com/$majorVersion.$minorVersion/selenium-server-standalone-$version.jar#/selenium.jar"

View File

@ -22,17 +22,5 @@
"uutils"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/uutils/coreutils/releases/download/$version/coreutils-$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "coreutils-$version-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/uutils/coreutils/releases/download/$version/coreutils-$version-i686-pc-windows-msvc.zip",
"extract_dir": "coreutils-$version-i686-pc-windows-msvc"
}
}
}
"checkver": "github"
}

View File

@ -10,12 +10,5 @@
}
},
"bin": "vmaf.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Netflix/vmaf/releases/download/v$version/vmaf.exe"
}
}
}
"checkver": "github"
}