diff options
author | craigcarnell <craig_carnell@hotmail.com> | 2023-02-12 18:31:14 +0000 |
---|---|---|
committer | craigcarnell <craig_carnell@hotmail.com> | 2023-02-12 18:31:14 +0000 |
commit | ab31127fbe681aac4528d36999cb404ba78dfc4b (patch) | |
tree | 3961e06034690ecbbfe82d969e04d24cbbbd179d /tools | |
parent | d4544997d9008ca6672cc7abed64029a61eeddfe (diff) |
Update meson to v1.0.0
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/native/meson/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/native/meson/Makefile b/tools/depends/native/meson/Makefile index b39d46b155..d8c684ff5c 100644 --- a/tools/depends/native/meson/Makefile +++ b/tools/depends/native/meson/Makefile @@ -4,10 +4,10 @@ DEPS =../../Makefile.include Makefile ../../download-files.include # lib name, version LIBNAME=meson -VERSION=0.59.2 +VERSION=1.0.0 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz -SHA512=126ac3a6c6b9e1fba1b3ac163f02d1eb0b61fedb312bcfe4996f6150522688d424f47283070c95101cc456afe9ea5cb462fb38f368d0c732952ffb8c600fda00 +SHA512=9b1195cfe856c1aa51bc79f6eb4d0f94925bb02d0a9fbd68a6a6ced6e5c252b09b22d9aac812640687e49b8d64a313ce48d0a69a3bf83ea8ffb8c9dab559fc23 include ../../download-files.include all: .installed-$(PLATFORM) |