version: '3' tasks: build-checksum: sources: - ./source.txt status: - echo "{{.CHECKSUM}}" build-ts: method: timestamp sources: - ./source.txt status: - echo '{{.TIMESTAMP.Unix}}' - echo '{{.TIMESTAMP}}'