repo/proj/guru:dev commit in: gui-apps/fnott/
"Nicolas PARLANT" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1787034523.4e5b81a147ffe0086dcdd5b05e752c0ade16ccf6.ppn@gentoo> |
commit: 4e5b81a147ffe0086dcdd5b05e752c0ade16ccf6
Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Tue Aug 18 06:10:14 2026 +0000
Commit: Nicolas PARLANT <ppn <AT> parhuet <DOT> fr>
CommitDate: Tue Aug 18 06:28:43 2026 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e5b81a1
gui-apps/fnott: update SRC_URI and Manifest
use release tarball
Closes: https://bugs.gentoo.org/981022
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
gui-apps/fnott/Manifest | 2 +-
gui-apps/fnott/fnott-1.8.0.ebuild | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/gui-apps/fnott/Manifest b/gui-apps/fnott/Manifest
index 09397fde81..1e562b6015 100644
--- a/gui-apps/fnott/Manifest
+++ b/gui-apps/fnott/Manifest
@@ -1,2 +1,2 @@
DIST fnott-1.7.1.tar.gz 480058 BLAKE2B 5a47533cddda11ec777c11d8fccea2b31695d2766c3bd65b6f566927c4887cd70d855c9525f083e7aa97c5c8adabe3049ec6e5f4dda9360b84c31c7e640d1fb6 SHA512 5310dc826de765e3f4a55f5c57f4d43a238c0aec0b6f1c374575bbabf43dfb05701e4ebc8d33b25c0c93fd07581f62c7860bd58619fc41cb8248e60a1efa99a2
-DIST fnott-1.8.0.tar.gz 483635 BLAKE2B 6fb64b61eb917a047e4c2146535139dfe9cdfcce85fb002d6b0fd05e45f0987bcbd3cedcdc7e06688f399f08ce0c5de1631e43d22c953015fa4e490d07ca6f46 SHA512 dbffe09cedac32ac2d54acbb49fcb465100bc1e8f72ec63f3f44b93f7b23ddc41186c5b35cc6ec834a892582bb3b94769711690b1cd6c9034046f0a121a31f7a
+DIST fnott-1.8.0.tar.gz 484176 BLAKE2B d7d08824e8181be52e23ea01bdc460b966f3d37f65a759cc192fd2b177a9bf704da7f55240aa20f2796c3e3c042b9a64b746cbd16502084ac3e877b58af5f382 SHA512 b9f41797ba5eb0b2c29be4f81e817948af355e03b1b3f431eff8c9badd34e5ea4e86733cb9b4801b42878d901b0f24d2527f5f3b05a42d7037074dfee30610f1
diff --git a/gui-apps/fnott/fnott-1.8.0.ebuild b/gui-apps/fnott/fnott-1.8.0.ebuild
index 86bf7c1fc6..19e64ddfb3 100644
--- a/gui-apps/fnott/fnott-1.8.0.ebuild
+++ b/gui-apps/fnott/fnott-1.8.0.ebuild
@@ -12,8 +12,7 @@ if [[ "${PV}" == "9999" ]]; then
inherit git-r3
EGIT_REPO_URI="https://codeberg.org/dnkl/fnott.git"
else
- SRC_URI="https://codeberg.org/dnkl/fnott/archive/${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}"
+ SRC_URI="https://codeberg.org/dnkl/fnott/releases/download/${PV}/${P}.tar.gz"
KEYWORDS="~amd64"
fi