From dbe9371166a0f148b269c922055c61857bd103d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 7 Aug 2021 23:11:14 -0700 Subject: [PATCH] buffalo: Update to version 0.17.1 --- bucket/buffalo.json | 19 +++++++++++++------ bucket/ctags.json | 3 +-- bucket/selenium.json | 2 +- bucket/uutils-coreutils.json | 14 +------------- bucket/vmaf.json | 9 +-------- 5 files changed, 17 insertions(+), 30 deletions(-) diff --git a/bucket/buffalo.json b/bucket/buffalo.json index 567ce86e11..4f2948b363 100644 --- a/bucket/buffalo.json +++ b/bucket/buffalo.json @@ -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": { diff --git a/bucket/ctags.json b/bucket/ctags.json index aa5daa66a1..0fb0b2f4ae 100644 --- a/bucket/ctags.json +++ b/bucket/ctags.json @@ -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" } diff --git a/bucket/selenium.json b/bucket/selenium.json index a9f5e8b2dd..e78a6e29d5 100644 --- a/bucket/selenium.json +++ b/bucket/selenium.json @@ -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" diff --git a/bucket/uutils-coreutils.json b/bucket/uutils-coreutils.json index 141b689b4b..ae69a960e9 100644 --- a/bucket/uutils-coreutils.json +++ b/bucket/uutils-coreutils.json @@ -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" } diff --git a/bucket/vmaf.json b/bucket/vmaf.json index 49f47d40ca..13732be003 100644 --- a/bucket/vmaf.json +++ b/bucket/vmaf.json @@ -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" }