version: '3' tasks: build: sources: - ./source.txt cmds: - echo "{{.CHECKSUM}}" - echo "{{.TIMESTAMP.Unix}}" - echo "{{.TIMESTAMP}}"