diff --git a/app-text/lout/lout-3.42.1.recipe b/app-text/lout/lout-3.43.recipe similarity index 92% rename from app-text/lout/lout-3.42.1.recipe rename to app-text/lout/lout-3.43.recipe index a8d1bdb4d..348f8867d 100644 --- a/app-text/lout/lout-3.42.1.recipe +++ b/app-text/lout/lout-3.43.recipe @@ -19,11 +19,11 @@ have an easier time learning how to use it. The files will be located under: When working with Lout files under Haiku, using the Pe editor can be convenient, as it includes \ special supports for them (syntax coloring, content navigation, etc)." HOMEPAGE="https://github.com/william8000/lout" -COPYRIGHT="1991-2010 Jeffrey H. Kingston" +COPYRIGHT="1991-2008 Jeffrey H. Kingston" LICENSE="GNU GPL v3" REVISION="3" -SOURCE_URI="$HOMEPAGE/archive/refs/tags/3.42.1.tar.gz" -CHECKSUM_SHA256="b0b2f66a0f959bc80835966c69ae4d4eef2cb0def2b03e634bf1c7e55b1fe6dd" +SOURCE_URI="https://github.com/william8000/lout/archive/refs/tags/$portVersion.tar.gz" +CHECKSUM_SHA256="b95f1d0d75f31d3a59fd9ab6d15901e49155b94f000b5798b45c47b63eac6407" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" @@ -40,12 +40,12 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - cmd:ps2pdf devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" - cmd:make cmd:gcc$secondaryArchSuffix + cmd:make + cmd:ps2pdf " BUILD()