From ba065a7d9ce492e54db5667a745231028f4c2fc3 Mon Sep 17 00:00:00 2001 From: justin-yan <7731709+justin-yan@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:16:50 +0000 Subject: [PATCH] Update packages version to match upstream --- src/pybin/fastfetch/build.py | 4 ++-- src/pybin/gh/build.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pybin/fastfetch/build.py b/src/pybin/fastfetch/build.py index 9b0af4b..8ccab81 100644 --- a/src/pybin/fastfetch/build.py +++ b/src/pybin/fastfetch/build.py @@ -2,8 +2,8 @@ NAME = 'fastfetch' UPSTREAM_REPO = "https://github.com/fastfetch-cli/fastfetch" -VERSION = '2.30.1' -PYPI_VERSION = '2.30.1' +VERSION = '2.31.0' +PYPI_VERSION = '2.31.0' LICENSE = "MIT" TARGET_TAG = { diff --git a/src/pybin/gh/build.py b/src/pybin/gh/build.py index d0a6463..34e983f 100644 --- a/src/pybin/gh/build.py +++ b/src/pybin/gh/build.py @@ -2,8 +2,8 @@ NAME = 'gh' UPSTREAM_REPO = "https://github.com/cli/cli" -VERSION = '2.63.0' -PYPI_VERSION = '2.63.0' +VERSION = '2.63.2' +PYPI_VERSION = '2.63.2' LICENSE = "MIT" TARGET_TAG = {