From 0294102af87a5536252488e704e4bf206a950a18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:28:20 +0000 Subject: [PATCH 1/2] winlib-ucrt-llvm: Update to version 13.2.0-17.0.6-11.0.1-r5 --- bucket/winlib-ucrt-llvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/winlib-ucrt-llvm.json b/bucket/winlib-ucrt-llvm.json index a05deee..9a51ce4 100644 --- a/bucket/winlib-ucrt-llvm.json +++ b/bucket/winlib-ucrt-llvm.json @@ -1,17 +1,17 @@ { - "version": "13.2.0-17.0.4-11.0.1-r2", + "version": "13.2.0-17.0.6-11.0.1-r5", "description": "WinLibs standalone build of GCC and MinGW-w64 for Windows", "homepage": "https://winlibs.com", "license": "GPL-3.0-or-later,ZPL-2.1,BSD-2-Clause,Watcom-1.0,Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-17.0.4-11.0.1-msvcrt-r2/winlibs-x86_64-posix-seh-gcc-13.2.0-llvm-17.0.4-mingw-w64msvcrt-11.0.1-r2.7z", - "hash": "f44b17498140bce6372949c13f601425985efaef909a10f20d4ece394d62c234", + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0posix-17.0.6-11.0.1-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.2.0-llvm-17.0.6-mingw-w64ucrt-11.0.1-r5.7z", + "hash": "8c94c6693ef621ee4af5288dccf24bb769e250ef2b31eef5dba0901887f679e8", "extract_dir": "mingw64" }, "32bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-17.0.4-11.0.1-msvcrt-r2/winlibs-i686-posix-dwarf-gcc-13.2.0-llvm-17.0.4-mingw-w64msvcrt-11.0.1-r2.7z", - "hash": "c7286982116132b8f4f4129f49a04455e55f9aadb8025e3f317ba3eb3dd12f8b", + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0posix-17.0.6-11.0.1-ucrt-r5/winlibs-i686-posix-dwarf-gcc-13.2.0-llvm-17.0.6-mingw-w64ucrt-11.0.1-r5.7z", + "hash": "fb0045d2cf391f1e38d364c36374ff4fd366388c1cc373ffb28292564b553080", "extract_dir": "mingw32" } }, From 76daa12f7b2d9f091802a24d02ef90155a7996a9 Mon Sep 17 00:00:00 2001 From: RecursiveMaple <47235438+RecursiveMaple@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:30:13 +0800 Subject: [PATCH 2/2] Update excavator.yml --- .github/workflows/excavator.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/excavator.yml b/.github/workflows/excavator.yml index e5279eb..a7b70d0 100644 --- a/.github/workflows/excavator.yml +++ b/.github/workflows/excavator.yml @@ -1,8 +1,8 @@ on: workflow_dispatch: schedule: - # run every 4 hours - - cron: '20 */4 * * *' + # run every 8 hours + - cron: '20 */8 * * *' name: Excavator jobs: excavate: