gmake: add v4.4.1 (#35872)

Co-authored-by: Harmen Stoppels <harmenstoppels@gmail.com>
This commit is contained in:
Alec Scott 2023-03-10 22:14:27 -08:00 committed by GitHub
parent 39abe69c97
commit 1d081565db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ class Gmake(AutotoolsPackage, GNUMirrorPackage):
maintainers("haampie")
# Stable releases
version("4.4.1", sha256="dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3")
version("4.4", sha256="581f4d4e872da74b3941c874215898a7d35802f03732bdccee1d4a7979105d18")
version("4.3", sha256="e05fdde47c5f7ca45cb697e973894ff4f5d79e13b750ed57d7b66d8defc78e19")
version("4.2.1", sha256="e40b8f018c1da64edd1cc9a6fce5fa63b2e707e404e20cad91fbae337c98a5b7")
@ -71,7 +72,7 @@ def configure_args(self):
def build(self, spec, prefix):
with working_dir(self.build_directory):
Executable(os.path.join(os.curdir, "build.sh"))()
Executable(os.path.join(self.stage.source_path, "build.sh"))()
def install(self, spec, prefix):
with working_dir(self.build_directory):