From 32982ca44963245d9af88fc48156d9085987f191 Mon Sep 17 00:00:00 2001 From: V <150687949+vigress8@users.noreply.github.com> Date: Wed, 24 Jan 2024 21:00:21 +0400 Subject: [PATCH] upd(github-cli-bin): `2.40.1` -> `2.42.1` (#5502) --- packages/github-cli-bin/github-cli-bin.pacscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/github-cli-bin/github-cli-bin.pacscript b/packages/github-cli-bin/github-cli-bin.pacscript index 6b2e851f34..d499a3c721 100644 --- a/packages/github-cli-bin/github-cli-bin.pacscript +++ b/packages/github-cli-bin/github-cli-bin.pacscript @@ -4,10 +4,10 @@ gives="gh" breaks=("${gives}-git" "${gives}-deb") replace=("${gives}") repology=("project: ${pkgname}") -pkgver="2.40.1" +pkgver="2.42.1" url="https://github.com/cli/cli/releases/download/v${pkgver}/${gives}_${pkgver}_linux_amd64.tar.gz" pkgdesc="GitHub's official command line tool - Binary version" -hash="7f34ee83a7dd17addd1d029bc66ec06d91773a93172e3e1e30e0ec3a9f923fe2" +hash="c82c865545549131f284bf4df73c03c63971a87286fce5ab5d11c9dc0cee2cbb" arch=('amd64') maintainer="Oren Klopfer "