app-admin/git-credential-oauth: add 0.17.2, drop 0.17.1

Signed-off-by: Nickolay Goppen <setotau@yandex.ru>
This commit is contained in:
Nickolay Goppen
2026-01-14 19:53:39 +03:00
parent 408dff9e78
commit 38ca1730a1
2 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
DIST git-credential-oauth-0.17.1-vendor.tar.xz 27560 BLAKE2B 3c5d5a6f5af92038f99dd0364c66164d11c3a1e87ef6a5eb349ccccbe813cd3c3afc4fd01644144b698fd4988ec489068285d4ac7a4367c27a1d749e3a0ab1a8 SHA512 d927e877de61fb0c77612e4d21f7396769886e2f212108d53bea8511867c4c58177c5ecc4d55f53397bd3ac294963e51f37ef4de14526f8af472f68ae0e419c8
DIST git-credential-oauth-0.17.1.tar.gz 16741 BLAKE2B e8c8263971fd31e7674384b145f2421c7676d40711b58bbbeb00b79aed14a4daa9870a567660e97c6fbee2353703229e52af5733a775263b1ceec1347b74f566 SHA512 3859f2553863ad8b8635f5ccb8760dffb2957d35b2e1411d062c7f7ddc44a6075ca0148ac1598ed40ea3f27785e7ae4a61a2150635c4275575f833146fceb7b4
DIST git-credential-oauth-0.17.2-vendor.tar.xz 27604 BLAKE2B d1a4d47e007465edc351c4d3f6608ef5892cac7902fc55c1ad558e99baab74c39b358872aef0fc8e60c13941b235d24453f71978d60932d0ef41c830373e8425 SHA512 ef21dc9fb66da4df48bb35e5f76e8bf0333da8a035d23729f846494e5dd5ad95f4d0171f215d044fab68a3e4ba6f2d262b0404b5f93f43f750b104239593352d
DIST git-credential-oauth-0.17.2.tar.gz 16774 BLAKE2B a206b17bad40bba20dc1742062f4e85868e9d904fc7bf23eee51bbf63a36f0e8a243dd998b867282a507faed870a6041349241507bd50de99db9f9bdcfdf9767 SHA512 2e8bf4e450a7930def7b86d3addab12ba4f961f8f8a2f62375ae9e358be3b2b6f720367365e5d29b955d69faa997ac209bf3edcb8b23dfa351a5cc1c5b97827a

View File

@@ -1,4 +1,4 @@
# Copyright 2026 Gentoo Authors
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,7 +8,7 @@ inherit go-module
DESCRIPTION="A Git credential helper that securely authenticates using OAuth"
HOMEPAGE="https://github.com/hickford/git-credential-oauth"
SRC_URI="https://github.com/hickford/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/setotau/go-vendor-tarballs/releases/download/${P}/${P}-vendor.tar.xz"
https://github.com/setotau/go-vendor-tarballs/releases/download/${P}/${P}-vendor.tar.xz"
LICENSE="Apache-2.0 BSD"
SLOT="0"