From 4bf36448075abcda811995cde6addc88a9800c52 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Fri, 8 Mar 2019 05:21:42 +0800 Subject: [PATCH] premake: Rename premake5 to premake, move premake4 to versions bucket (#3184) [premake4](https://github.com/scoopinstaller/versions/blob/master/bucket/premake4.json) and [premake5](https://github.com/scoopinstaller/versions/blob/master/bucket/premake5.json) are in versions bucket already. And since premake's current version is 5 (although still in alpha), rename premake5 to premake and delete premake4 in main bucket. --- premake5.json => premake.json | 4 ++-- premake4.json | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) rename premake5.json => premake.json (78%) delete mode 100644 premake4.json diff --git a/premake5.json b/premake.json similarity index 78% rename from premake5.json rename to premake.json index 6f972fe72c..cb181cbfec 100644 --- a/premake5.json +++ b/premake.json @@ -6,8 +6,8 @@ "hash": "712ee206fd2df4adf6320500b755d131ff5fac188a2a653876ae10d3066f4163", "bin": "premake5.exe", "checkver": { - "url": "https://github.com/premake/premake-core/releases/latest", - "re": "/releases/tag/v(5[0-9.]+-?(alpha|beta)?([0-9.]+)?)" + "url": "https://premake.github.io/download.html", + "regex": "v(5[0-9a-z.-]+)" }, "autoupdate": { "url": "https://github.com/premake/premake-core/releases/download/v$version/premake-$version-windows.zip" diff --git a/premake4.json b/premake4.json deleted file mode 100644 index 2aa0e92019..0000000000 --- a/premake4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "homepage": "https://premake.github.io/download.html", - "version": "4.4-b5", - "license": "BSD-3-Clause", - "url": "https://downloads.sourceforge.net/project/premake/Premake/4.4/premake-4.4-beta5-windows.zip", - "hash": "09614c122156617a2b7973cc9f686daa32e64e3e7335d38db887cfb8f6a8574d", - "bin": "premake4.exe" -}