dev-libs/stringifor: fix Manifest, revbump to 2

Manifest checksum is updated due to upstream change tag v1.1.4
to commit "82727d6" (07 Oct 2025)

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2025-10-18 18:59:01 +03:00
parent 322c0ab668
commit 5aae72d854
2 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
DIST StringiFor-1.1.4.tar.gz 601622 BLAKE2B 702c2d99bc560b790e3174a62156a1d7b23c7520a8d8aea48273f0b0b5b3d012a44b5259a7a69f9b2c5fcd6b6a77be9a4abfe954b015e1cf66691f3bc7729bae SHA512 c94e4f9a5b69e9cd9e5be20d54b148536daf748a4511cc83edc4af60f7d9045c6297a0df7144fb93be66bd3d1466a3d78ee482c9a70b51ecf4472e19f9581b62
DIST StringiFor-1.1.4_20251007.tar.gz 604286 BLAKE2B b52100885fc17819e307731dbffc7b914de02d621fac1e3163e52af2a80ed502832ea76e0c8b8642d26b12a1ff1202174b5b4569fa1e5073c5e52f629ce9c83f SHA512 5b3c0846f7b752a51e5fc16618e8e9c02deb14565dca0546938971855d8d314694c82448e8577f8e1ebf461306f7534446cc205a522194b91b1f74b9a8d0740c

View File

@@ -9,10 +9,12 @@ PYTHON_COMPAT=( python3_{11..13} )
inherit fortran-2 python-any-r1 toolchain-funcs
MY_PN="StringiFor"
# version tag.1.1.4 point to commit 82727d6 on 2025 Oct 7
TAG_DATE="20251007"
DESCRIPTION="StringiFor, Strings Fortran Manipulator, yet another strings Fortran module"
HOMEPAGE="https://github.com/szaghi/StringiFor"
SRC_URI="https://github.com/szaghi/${MY_PN}/releases/download/v${PV}/${MY_PN}.tar.gz -> ${MY_PN}-${PV}.tar.gz"
SRC_URI="https://github.com/szaghi/${MY_PN}/releases/download/v${PV}/${MY_PN}.tar.gz -> ${MY_PN}-${PV}_${TAG_DATE}.tar.gz"
S="${WORKDIR}/${MY_PN}"