From 7d42777a5cfc2366373612b82a5d10274a9764a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:32:31 +0000 Subject: [PATCH] oauth2c: Update to version 1.17.0 --- bucket/oauth2c.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/oauth2c.json b/bucket/oauth2c.json index 97eaaec753..3c34417d71 100644 --- a/bucket/oauth2c.json +++ b/bucket/oauth2c.json @@ -1,16 +1,16 @@ { - "version": "1.16.0", + "version": "1.17.0", "description": "A command-line tool for interacting with OAuth 2.0 authorization servers.", "homepage": "https://github.com/cloudentity/oauth2c", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/cloudentity/oauth2c/releases/download/v1.16.0/oauth2c_1.16.0_Windows_x86_64.tar.gz", - "hash": "9dab1765301496e94001153e11d6ed5765d0401fee533d466ad07bb5bdc1595b" + "url": "https://github.com/cloudentity/oauth2c/releases/download/v1.17.0/oauth2c_1.17.0_Windows_x86_64.tar.gz", + "hash": "a6c14fb9c5f01e414cbc5769738e1ef4ef915d8d274250457fcf1516134efb07" }, "arm64": { - "url": "https://github.com/cloudentity/oauth2c/releases/download/v1.16.0/oauth2c_1.16.0_Windows_arm64.tar.gz", - "hash": "df00c98aff5e6e95e2c98e45916bf4a6d7996d6864147fde5ceb18c1364ac26f" + "url": "https://github.com/cloudentity/oauth2c/releases/download/v1.17.0/oauth2c_1.17.0_Windows_arm64.tar.gz", + "hash": "da7fb86e2b16359ac30e53a81a64ab4b67a69e80106c80bf75ead63bd991364e" } }, "bin": "oauth2c.exe",