Diff cosign-2.0.0 with a cosign-2.0.1

/usr/portage/app-containers/cosign/cosign-2.0.1.ebuild 2023-10-09 14:52:28.216368318 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
GIT_HASH=d6b9001f8e6ed745fb845849d623274c897d55f2
6 5
inherit go-module
6
GIT_HASH=8faaee4d2b5f65678eb0831a8a3d5990a0271d3a
7 7

  
8 8
DESCRIPTION="container signing utility"
9 9
HOMEPAGE="https://sigstore.dev"
......
12 12

  
13 13
LICENSE="Apache-2.0"
14 14
SLOT="0"
15
KEYWORDS="amd64"
15
KEYWORDS="~amd64"
16 16

  
17 17
RESTRICT="test"
18 18

  
Thank you!