[build] change meson version to 0.40.0

This commit is contained in:
Julian Sparber
2017-09-23 14:04:30 +02:00
parent 091de110f3
commit 91b2acd75d
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ project(
version: '0.1.0', version: '0.1.0',
license: 'AGPL3+', license: 'AGPL3+',
default_options: [ 'buildtype=debugoptimized', 'warning_level=1' ], default_options: [ 'buildtype=debugoptimized', 'warning_level=1' ],
meson_version: '>= 0.41.0' meson_version: '>= 0.40.0'
) )
teleportapp_version = meson.project_version() teleportapp_version = meson.project_version()

View File

@@ -34,8 +34,8 @@
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",
"url": "http://127.0.0.1:8080/teleportapp.tar.xz", "url": "https://github.com/frac-tion/teleport/archive/flatpak.zip",
"sha256": "8456e351d41b75b906673ef08f4afe3b130b243d558b666d466e85d4f2634eeb" "sha256": "028719a49cb5ce46fcef9237b1e2942ec5140aefee459c7ebf6b79289230efb8"
} }
] ]
}, },