From ef9eb6bf84e593f9ef7608ad98a9120b5af50dce Mon Sep 17 00:00:00 2001 From: oklopfer <104327997+oklopfer@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:05:24 -0500 Subject: [PATCH] upd(github-cli-bin): `2.49.0` -> `2.61.0` (#6650) Co-authored-by: ook37 --- packages/github-cli-bin/.SRCINFO | 6 +++--- packages/github-cli-bin/github-cli-bin.pacscript | 4 ++-- srclist | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/github-cli-bin/.SRCINFO b/packages/github-cli-bin/.SRCINFO index 383311fdd8..aae0e55dca 100644 --- a/packages/github-cli-bin/.SRCINFO +++ b/packages/github-cli-bin/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = github-cli-bin gives = gh - pkgver = 2.49.0 + pkgver = 2.61.0 pkgdesc = GitHub's official command line tool - Binary version arch = amd64 breaks = gh-git @@ -8,7 +8,7 @@ pkgbase = github-cli-bin replaces = gh maintainer = Oren Klopfer repology = project: gh - source = https://github.com/cli/cli/releases/download/v2.49.0/gh_2.49.0_linux_amd64.tar.gz - sha256sums = 3f7ef10a8ae6164220db20cf6d4fb96528c61d614f0803ccf39b1cabb6ae7263 + source = https://github.com/cli/cli/releases/download/v2.61.0/gh_2.61.0_linux_amd64.tar.gz + sha256sums = e2fe1a63cef003093eb1f8e4a669e9e763bd0b747de8abb3253411b408ef6ede pkgname = github-cli-bin diff --git a/packages/github-cli-bin/github-cli-bin.pacscript b/packages/github-cli-bin/github-cli-bin.pacscript index 34c0428dbc..7295d035b1 100644 --- a/packages/github-cli-bin/github-cli-bin.pacscript +++ b/packages/github-cli-bin/github-cli-bin.pacscript @@ -3,10 +3,10 @@ gives="gh" breaks=("${gives}-git" "${gives}-deb") replaces=("${gives}") repology=("project: ${gives}") -pkgver="2.49.0" +pkgver="2.61.0" source=("https://github.com/cli/cli/releases/download/v${pkgver}/${gives}_${pkgver}_linux_amd64.tar.gz") pkgdesc="GitHub's official command line tool - Binary version" -sha256sums=("3f7ef10a8ae6164220db20cf6d4fb96528c61d614f0803ccf39b1cabb6ae7263") +sha256sums=("e2fe1a63cef003093eb1f8e4a669e9e763bd0b747de8abb3253411b408ef6ede") arch=('amd64') maintainer=("Oren Klopfer ") diff --git a/srclist b/srclist index c9d846ccd0..b711e635ab 100644 --- a/srclist +++ b/srclist @@ -3348,7 +3348,7 @@ pkgname = gitfiend-deb --- pkgbase = github-cli-bin gives = gh - pkgver = 2.49.0 + pkgver = 2.61.0 pkgdesc = GitHub's official command line tool - Binary version arch = amd64 breaks = gh-git @@ -3356,8 +3356,8 @@ pkgbase = github-cli-bin replaces = gh maintainer = Oren Klopfer repology = project: gh - source = https://github.com/cli/cli/releases/download/v2.49.0/gh_2.49.0_linux_amd64.tar.gz - sha256sums = 3f7ef10a8ae6164220db20cf6d4fb96528c61d614f0803ccf39b1cabb6ae7263 + source = https://github.com/cli/cli/releases/download/v2.61.0/gh_2.61.0_linux_amd64.tar.gz + sha256sums = e2fe1a63cef003093eb1f8e4a669e9e763bd0b747de8abb3253411b408ef6ede pkgname = github-cli-bin ---