[Buildroot] [PATCH 1/3] package/fcft: use release tarball instead of archive
Raphaël Mélotte via buildroot <[email protected]>
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
Codeberg has changed the way it generate hashes for at least some of the generated tarballs (see [1]). This change affects tarballs generated by Codeberg, but not release artifacts. fcft turns out to have a proper release available, so use it. [1]: https://codeberg.org/Codeberg/Community/issues/2861 Signed-off-by: Raphaël Mélotte <[email protected]> --- package/fcft/fcft.hash | 2 +- package/fcft/fcft.mk | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package/fcft/fcft.hash b/package/fcft/fcft.hash index f5a499edcc..0a4c633f24 100644 --- a/package/fcft/fcft.hash +++ b/package/fcft/fcft.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 79e52aaafc0b57fa2b68ed6127de13e98318050399a939691b8ca30d44d48591 3.3.2.tar.gz +sha256 8dffe750027618e01dd4e6bc9aa9c889033c7abe4a661e9294192b58b4556264 fcft-3.3.2.tar.gz sha256 d534a23a31500a0ac958d9634b84f532bd73ff1aca1bb8f7debbcbebc16ff39a LICENSE diff --git a/package/fcft/fcft.mk b/package/fcft/fcft.mk index b9ce43b454..40b2d45a8f 100644 --- a/package/fcft/fcft.mk +++ b/package/fcft/fcft.mk @@ -5,8 +5,7 @@ ################################################################################ FCFT_VERSION = 3.3.2 -FCFT_SOURCE = $(FCFT_VERSION).tar.gz -FCFT_SITE = https://codeberg.org/dnkl/fcft/archive +FCFT_SITE = https://codeberg.org/dnkl/fcft/releases/download/$(FCFT_VERSION) FCFT_LICENSE = MIT FCFT_LICENSE_FILES = LICENSE FCFT_INSTALL_STAGING = YES -- 2.54.0 _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot