diff --git a/bucket/avr-gcc.json b/bucket/avr-gcc.json index 026818c0a2..c7541e6847 100644 --- a/bucket/avr-gcc.json +++ b/bucket/avr-gcc.json @@ -1,7 +1,7 @@ { + "version": "10.1.0", "description": "AVR toolchain for Windows by Zak Kemble", "homepage": "https://blog.zakkemble.net/avr-gcc-builds/", - "version": "10.1.0", "license": "BSD-3-Clause", "architecture": { "64bit": { @@ -16,10 +16,7 @@ } }, "bin": "bin\\avr-gcc.exe", - "checkver": { - "url": "https://blog.zakkemble.net/avr-gcc-builds/", - "re": "AVR-GCC ([\\d.]+)" - }, + "checkver": "AVR-GCC ([\\d.]+)", "autoupdate": { "architecture": { "64bit": { diff --git a/bucket/beeflang.json b/bucket/beeflang.json index b3b5f47861..89aacc61d4 100644 --- a/bucket/beeflang.json +++ b/bucket/beeflang.json @@ -1,7 +1,7 @@ { - "homepage": "https://www.beeflang.org/", - "description": "Beef is an open source performance-oriented compiled programming language which has been built hand-in-hand with its IDE environment.", "version": "0.42.6", + "description": "Performance-oriented compiled programming language which has been built hand-in-hand with its IDE environment.", + "homepage": "https://www.beeflang.org", "license": "MIT", "architecture": { "64bit": { @@ -10,17 +10,17 @@ } }, "bin": [ - ["bin\\BeefIDE.exe","beef"], - "bin\\BeefBuild.exe" + "bin\\BeefBuild.exe", + [ + "bin\\BeefIDE.exe", + "beef" + ] ], - "checkver": { - "url": "https://www.beeflang.org/", - "re": "(?<=Version )(\\d.\\d+.\\d)" - }, + "checkver": ">Version ([\\d.]+)