csol: rename downloaded SRC_URI file to something that won't collide

This commit is contained in:
Brian S. Stephan 2025-09-03 15:02:06 -05:00
parent 5ab554e4f6
commit 57799443e8
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
DIST v1.6.0.tar.gz 167611 BLAKE2B 0f798894333cc30d10b40b98c60e92dce5ecbe8c19f8db203a8abc38323ca8353155cf1106fe775f6e82e0e88b7291b6361744d8e5be66fdbdc0f428a9e83dfb SHA512 2bac4e373d84c585e8bdb4671e5a446d2a174f8bfa60eaa6a8fe0d1ff5074878f2f8d0907297dd1452e5e5b1e7bfd73ba672a7820a3d4664e9abd6e654f57107 DIST csol-1.6.0.tar.gz 167611 BLAKE2B 0f798894333cc30d10b40b98c60e92dce5ecbe8c19f8db203a8abc38323ca8353155cf1106fe775f6e82e0e88b7291b6361744d8e5be66fdbdc0f428a9e83dfb SHA512 2bac4e373d84c585e8bdb4671e5a446d2a174f8bfa60eaa6a8fe0d1ff5074878f2f8d0907297dd1452e5e5b1e7bfd73ba672a7820a3d4664e9abd6e654f57107

View File

@ -8,7 +8,7 @@ inherit cmake
DESCRIPTION="A small collection of solitaire/patience games to play in the terminal" DESCRIPTION="A small collection of solitaire/patience games to play in the terminal"
HOMEPAGE="https://nielssp.dk/csol" HOMEPAGE="https://nielssp.dk/csol"
SRC_URI="https://github.com/nielssp/csol/archive/refs/tags/v${PV}.tar.gz" SRC_URI="https://github.com/nielssp/csol/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"