Rémy 7461df9a33 Add checkver definition to many apps (#1119)
* add checkver definitions

* add script to list manifests without checkver definition
2016-11-10 13:32:59 +11:00

18 lines
546 B
JSON

{
"homepage": "http://ant.apache.org/",
"version": "1.9.7",
"license": "Apache 2.0",
"url": "http://www-us.apache.org/dist//ant/binaries/apache-ant-1.9.7-bin.zip",
"hash": "b28c5ea0b5ea90bb4ad6bab229b6a56ac4461760a251a12567803a69259cd9de",
"extract_dir": "apache-ant-1.9.7",
"env_add_path": "bin",
"env_set": {
"ANT_HOME": "$dir"
},
"depends": "openjdk",
"checkver": {
"url": "https://ant.apache.org/bindownload.cgi",
"re": "Currently, Apache Ant ([\\d.]+) is the best"
}
}