dev-libs/stringifor: 1.1.4 update Manifest (tag points to new commit)

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2026-02-24 20:57:05 +03:00
parent 911512a99b
commit 302cae1316
2 changed files with 4 additions and 5 deletions

View File

@@ -1 +1 @@
DIST StringiFor-1.1.4_20251007.tar.gz 604286 BLAKE2B b52100885fc17819e307731dbffc7b914de02d621fac1e3163e52af2a80ed502832ea76e0c8b8642d26b12a1ff1202174b5b4569fa1e5073c5e52f629ce9c83f SHA512 5b3c0846f7b752a51e5fc16618e8e9c02deb14565dca0546938971855d8d314694c82448e8577f8e1ebf461306f7534446cc205a522194b91b1f74b9a8d0740c
DIST StringiFor-1.1.4-r3.tar.gz 663817 BLAKE2B e2185bc65cadae7422b8674914f5bb630d85653bcc5beac0c6fa23446a2c087ea20268ea0a05bff0efb06bad8d9299a2b54ec6684892f6c10697c49112a5e2f6 SHA512 e5aa097779f9933fd9c0407945e8d0e307ae857c0c0070c3e8291cde0eb0ab747df76e1e2c6351af0d226ea14653abf5263ff857fc78b971c7dded018e39c1a0

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
@@ -9,12 +9,11 @@ PYTHON_COMPAT=( python3_{11..14} )
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"
# version tag.1.1.4 point to commit e5df2b9 on 2026 Feb 18
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}_${TAG_DATE}.tar.gz"
SRC_URI="https://github.com/szaghi/${MY_PN}/releases/download/v${PV}/${MY_PN}.tar.gz -> ${MY_PN}-${PV}-${PR}.tar.gz"
S="${WORKDIR}/${MY_PN}"