Update Sysdig system tracing tool

This commit is contained in:
Michael Raskin
2014-08-03 20:53:00 +04:00
parent 20028936ab
commit 619c368f54
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
url https://github.com/draios/sysdig/releases
ensure_choice
version '.*/([0-9.]+)[.]tar[.].*' '\1'
do_overwrite () {
ensure_hash
set_var_value sha256 $CURRENT_HASH
set_var_value version $CURRENT_VERSION
}