dev-ruby/openssl-ccm: fix SRC_URI rename

Reported-by: Pieter Van den Abeele
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-06-06 14:59:45 +01:00
parent 47d228f106
commit a8f0744a9f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
DIST openssl-ccm-1.2.3.gem 24576 BLAKE2B 7df1a1cbd0570eed4165931b6f236a96050bc0e27a9b12d68e42e2578bbb3fe319e28eae1752571275ff35ee25a77617d0d74a7dbff5c197c5ab11a0dac1d96b SHA512 4070a570da5864dce582d02916dffccea74db279dd8f4f419a29a4837e66bd6778ba742f6e06037ee5bc5542954e52b2271384b0a321ea282024bc60df3b81e1
DIST {P}.tar.gz 22397 BLAKE2B e43f10095ada8cafcdec1a78fb7b45fe567569219a8791df8a466a27ecd29d3fdfb013b9e7c6d89c53c202f5ee72e964f5341778ac54f5f6fda11429dde17aaa SHA512 0d7bb7faba3597d498d57744e6f659990894a812d9c4bd26379ebe1cdd65b85615939e58b8ee0fed72cb351fe5b9c484e6b5eb7538c85d5f4917e6f5d9ad76ab
DIST openssl-ccm-1.3.0.tar.gz 22397 BLAKE2B e43f10095ada8cafcdec1a78fb7b45fe567569219a8791df8a466a27ecd29d3fdfb013b9e7c6d89c53c202f5ee72e964f5341778ac54f5f6fda11429dde17aaa SHA512 0d7bb7faba3597d498d57744e6f659990894a812d9c4bd26379ebe1cdd65b85615939e58b8ee0fed72cb351fe5b9c484e6b5eb7538c85d5f4917e6f5d9ad76ab

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ inherit ruby-fakegem
DESCRIPTION="OpenSSL CBC-MAC (CCM) ruby gem"
HOMEPAGE="https://github.com/SmallLars/openssl-ccm"
SRC_URI="https://github.com/SmallLars/openssl-ccm/archive/refs/tags/${PV}.tar.gz -> {P}.tar.gz"
SRC_URI="https://github.com/SmallLars/openssl-ccm/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="${PV}"