Refactored output-version -> version-output

This commit is contained in:
Alejandro R. Mosteo
2020-02-17 18:16:52 +01:00
parent 74ce906f57
commit 67fcd64c25
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
[[external]]
kind = "output-version"
kind = "version-output"
version-command = [ "gnat", "--version" ]
version-regexp = "^GNAT ([\\d\\.]+).*|^GNAT Community ([\\d]{4}).*"
+1 -1
View File
@@ -5,6 +5,6 @@ maintainers-logins = ["mosteo"]
licenses = []
[[external]]
kind = "output-version"
kind = "version-output"
version-command = [ "make", "--version" ]
version-regexp = ".*Make ([\\d\\.]+).*"